feat: enable trailingSlash

This commit is contained in:
shiweisong.ssw 2023-07-04 13:40:05 +08:00
parent 92920cdaa9
commit 8418a7dd7f

View File

@ -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