WEB API independent

This commit is contained in:
tuyang.yhj
2023-07-04 20:09:38 +08:00
parent ef5a9b3b5e
commit 323aa32fca
72 changed files with 1 additions and 559 deletions

View File

@@ -8,7 +8,7 @@ const nextConfig = {
ignoreBuildErrors: true
},
env: {
API_BASE_URL: process.env.API_BASE_URL || 'http://127.0.0.1:5000'
API_BASE_URL: process.env.API_BASE_URL'
},
trailingSlash: true
}