add color and routing

This commit is contained in:
2025-06-01 11:43:00 +02:00
parent 03e4a5790a
commit 87865871df
7 changed files with 93 additions and 22 deletions
+6 -1
View File
@@ -2,5 +2,10 @@
export default defineNuxtConfig({
compatibilityDate: '2025-05-15',
devtools: { enabled: true },
modules: ['@nuxt/eslint']
modules: ['@nuxt/eslint'],
runtimeConfig:{
public: {
apiBase: '/api'
}
}
})