fix(next): adjust redirect config (respect basePath)
Some checks failed
build-and-push-ext / build_push (push) Failing after 23s

This commit is contained in:
Debian Dev4 2025-09-24 16:31:56 +00:00
parent bb139480fb
commit a87bca5042

View File

@ -12,7 +12,7 @@ const nextConfig = {
source: '/lecoffre', source: '/lecoffre',
destination: '/lecoffre/', destination: '/lecoffre/',
permanent: false, permanent: false,
basePath: false, // basePath applies by default
}, },
]; ];
}, },