Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
firasbk7770 authored Jul 2, 2024
1 parent c20e876 commit d13bdc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export', // Add this line to enable static export
output: "export", // <=== enables static exports
reactStrictMode: true,
};

export default nextConfig;
module.exports = nextConfig;

0 comments on commit d13bdc3

Please sign in to comment.