Test2
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 41s

This commit is contained in:
2026-05-02 17:12:32 +02:00
parent 963295e76b
commit 50b3e421df
5 changed files with 4 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
apiBaseUrl: process.env.API_BASE_URL || 'http://localhost:5000/api',
apiBaseUrl: process.env.NUXT_PUBLIC_API_BASE_URL || 'http://localhost:5000/api',
gitCommit: git.commit,
gitTag: git.tag,
gitBranch: git.branch,