Skip to content

Commit

Permalink
feat changes needed for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kareraolivier committed Mar 15, 2024
1 parent 9e034bd commit 1e14fe5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
output: "export",
images: {
unoptimized: true,
loader: "custom",
loaderFile: "./my-loader.ts",
output: {
export: true,
},
};

module.exports = nextConfig;
export default nextConfig;

0 comments on commit 1e14fe5

Please sign in to comment.