mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-13 14:06:43 +00:00
feat: enable trailingSlash
This commit is contained in:
parent
92920cdaa9
commit
8418a7dd7f
@ -9,7 +9,8 @@ const nextConfig = {
|
|||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
API_BASE_URL: process.env.API_BASE_URL || 'http://127.0.0.1:5000'
|
API_BASE_URL: process.env.API_BASE_URL || 'http://127.0.0.1:5000'
|
||||||
}
|
},
|
||||||
|
trailingSlash: true
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user