chore: align to non-trailing slash; update deploy checks for /lecoffre (200) and /lecoffre/ (301)
All checks were successful
build-and-push-ext / build_push (push) Successful in 1m11s

This commit is contained in:
Debian Dev4 2025-09-24 17:06:29 +00:00
parent b4f9dafdab
commit 0a5aff1b84

View File

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