diff --git a/next.config.js b/next.config.js index b1c576ca..577a83f1 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ const nextConfig = { output: 'standalone', basePath: '/lecoffre', assetPrefix: '/lecoffre', - trailingSlash: false, + trailingSlash: true, typescript: { ignoreBuildErrors: true, },