Skip to content

Commit

Permalink
remove export thing
Browse files Browse the repository at this point in the history
  • Loading branch information
parth4apple committed Feb 7, 2024
1 parent 9cd42ff commit 6f0961f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
};
const nextConfig = {};

module.exports = nextConfig;

0 comments on commit 6f0961f

Please sign in to comment.