Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybosma committed Jul 11, 2024
1 parent fc731f2 commit be6c8da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ const withMDX = createMDX();

/** @type {import('next').NextConfig} */
const config = {
output: "export",
images: {
unoptimized: true,
},
reactStrictMode: true,
async redirects() {
return [
Expand Down

0 comments on commit be6c8da

Please sign in to comment.