Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-papani authored Mar 2, 2024
1 parent 9330c2b commit c8a3447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit c8a3447

Please sign in to comment.