Skip to content

Commit

Permalink
next config for build
Browse files Browse the repository at this point in the history
  • Loading branch information
RikhiSingh committed May 10, 2024
1 parent d5e0fec commit 4f0accc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: 'export'
};

export default nextConfig;

0 comments on commit 4f0accc

Please sign in to comment.