diff --git a/next.config.mjs b/next.config.mjs index 690d2d0..4e37a08 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,6 +2,7 @@ const nextConfig = { /* config options here */ reactCompiler: true, + basePath: "/sweetHome/", }; export default nextConfig;