fix(next): set trailingSlash=true to align with Nginx /lecoffre/ redirect
All checks were successful
build-and-push-ext / build_push (push) Successful in 4m40s
All checks were successful
build-and-push-ext / build_push (push) Successful in 4m40s
This commit is contained in:
parent
c4207cfd3a
commit
b4f9dafdab
@ -5,7 +5,7 @@ const nextConfig = {
|
||||
output: 'standalone',
|
||||
basePath: '/lecoffre',
|
||||
assetPrefix: '/lecoffre',
|
||||
trailingSlash: false,
|
||||
trailingSlash: true,
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user