WEB API independent

This commit is contained in:
tuyang.yhj 2023-07-04 20:10:38 +08:00
parent 323aa32fca
commit 11ec8f6859

View File

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