Skip to content

Commit

Permalink
edit config.js to produce docker img
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Apr 10, 2024
1 parent b3f94a5 commit f9c6c67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
reactStrictMode: false,
swcMinify: true,
images: {
unoptimized: true,
},
};

module.exports = nextConfig;

0 comments on commit f9c6c67

Please sign in to comment.