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