diff --git a/next.config.mjs b/next.config.mjs index 080332b..2cde464 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -4,7 +4,7 @@ const isProd = process.env.NEXT_PUBLIC_ENVIRONMENT === "PRODUCTION"; const nextConfig = { reactStrictMode: false, output: "export", - basePath: isProd ? "/tedxntua-archive" : "", + // basePath: isProd ? "/tedxntua-archive" : "", }; export default nextConfig;