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