Skip to content

Commit

Permalink
Update next.config.js to use CommonJS syntax for compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyaryan committed Feb 16, 2024
1 parent e87d5b7 commit fc41052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Using CommonJS syntax for next.config.js
const nextConfig = {
output: "export",
};

module.exports = nextConfig;
8 changes: 0 additions & 8 deletions next.config.mjs

This file was deleted.

0 comments on commit fc41052

Please sign in to comment.