diff --git a/next.config.mjs b/next.config.mjs index 91fc8fb..6a99e87 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,7 +2,7 @@ const nextConfig = { output: "export", distDir: "out", - basePath: "/", + // basePath: "/", }; export default nextConfig;