Skip to content

Commit

Permalink
Fix next config file for static export
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Dec 11, 2024
1 parent 46159aa commit e42a7ab
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
@@ -1,4 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = { output: "export" };

export default nextConfig;

0 comments on commit e42a7ab

Please sign in to comment.