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

This commit is contained in:
Debian Dev4 2025-09-24 16:51:53 +00:00
parent c4207cfd3a
commit b4f9dafdab

View File

@ -5,7 +5,7 @@ const nextConfig = {
output: 'standalone',
basePath: '/lecoffre',
assetPrefix: '/lecoffre',
trailingSlash: false,
trailingSlash: true,
typescript: {
ignoreBuildErrors: true,
},