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