Skip to content

Commit

Permalink
feat: added config for output:export
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Sep 28, 2023
1 parent f5079be commit 2a5d771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
"output: export"
}

module.exports = nextConfig

0 comments on commit 2a5d771

Please sign in to comment.