add color and routing
This commit is contained in:
+6
-1
@@ -2,5 +2,10 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-05-15',
|
||||
devtools: { enabled: true },
|
||||
modules: ['@nuxt/eslint']
|
||||
modules: ['@nuxt/eslint'],
|
||||
runtimeConfig:{
|
||||
public: {
|
||||
apiBase: '/api'
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user