Skip to content

Commit

Permalink
config: add next static configuration for static build
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam73 committed Mar 13, 2024
1 parent 2981875 commit d6e92cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "export",
images: {
unoptimized: true,
},
};

module.exports = nextConfig;

0 comments on commit d6e92cf

Please sign in to comment.