diff --git a/next.config.js b/next.config.js index c761c09..b2b7081 100644 --- a/next.config.js +++ b/next.config.js @@ -13,7 +13,7 @@ const nextConfig = (phase, { defaultConfig }) => { }, }; if (phase !== PHASE_DEVELOPMENT_SERVER) { - return { ...config, basePath: "/noogle", assetPrefix: "/noogle/" }; + return { ...config, basePath: "", assetPrefix: "" }; } return config; };