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