fix: environment variable API_URL can't be changed

This commit is contained in:
Elias Schneider
2024-10-18 16:07:32 +02:00
parent 958b79d787
commit fe085b58a5
5 changed files with 11 additions and 17 deletions

View File

@@ -18,7 +18,4 @@ module.exports = withPWA({
output: "standalone", env: {
VERSION: version,
},
serverRuntimeConfig: {
apiURL: process.env.API_URL ?? 'http://localhost:8080',
},
});