Fix?
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 42s

This commit is contained in:
2026-06-12 00:12:30 +02:00
parent 142d655d84
commit 9b7751c571
4 changed files with 16 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
apiBaseUrl: process.env.API_BASE_URL || 'http://localhost:5000/api'
apiBaseUrl: process.env.API_BASE_URL || 'http://localhost:5000'
}
},
@@ -45,4 +45,4 @@ export default defineNuxtConfig({
},
modules: ['@nuxtjs/i18n', '@nuxt/content', '@nuxt/image']
})
})