From 0a5aff1b84f597182f3851cc26447103cbad22a7 Mon Sep 17 00:00:00 2001 From: Debian Dev4 Date: Wed, 24 Sep 2025 17:06:29 +0000 Subject: [PATCH] chore: align to non-trailing slash; update deploy checks for /lecoffre (200) and /lecoffre/ (301) --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },