diff --git a/next.config.js b/next.config.js index 34561c22..b3dbd1a9 100644 --- a/next.config.js +++ b/next.config.js @@ -12,7 +12,7 @@ const nextConfig = { source: '/lecoffre', destination: '/lecoffre/', permanent: false, - basePath: false, + // basePath applies by default }, ]; },