diff --git a/next.config.js b/next.config.js index b4d9013b..7b1aaa64 100644 --- a/next.config.js +++ b/next.config.js @@ -4,6 +4,7 @@ const nextConfig = { reactStrictMode: false, output: 'standalone', basePath: '/lecoffre', + assetPrefix: '/lecoffre', typescript: { ignoreBuildErrors: true, },