From a87bca5042f277e49fa83ee851153be6dbf813e7 Mon Sep 17 00:00:00 2001 From: Debian Dev4 Date: Wed, 24 Sep 2025 16:31:56 +0000 Subject: [PATCH] fix(next): adjust redirect config (respect basePath) --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, ]; },