diff --git a/next.config.js b/next.config.js index 7b30ba36f921..4f000cf31ad8 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,7 @@ const production = process.env.NODE_ENV === "production"; const nextConfig = { - assetPrefix: production ? '/' : '', + assetPrefix: production ? '/fettle' : '', reactStrictMode: true, swcMinify: true, }