Skip to content

Commit

Permalink
add unmuted, change modal, change newsletter page
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannisTsagkaropoulos committed Mar 2, 2024
2 parents 7ac59b5 + c8a3447 commit 3388838
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 3388838

Please sign in to comment.