Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince Kumar authored Dec 21, 2023
1 parent 9218832 commit 714f8af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
/*

output: "export",
images: {
unoptimized: true,
},
*/

};

module.exports = nextConfig;
module.exports = nextConfig;

0 comments on commit 714f8af

Please sign in to comment.