Skip to content

Commit

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

module.exports = nextConfig
module.exports = nextConfig;

0 comments on commit 59064f7

Please sign in to comment.