Skip to content

Commit

Permalink
Update export
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent550102 committed Aug 6, 2024
1 parent 12a8f85 commit 3a4585c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
reactStrictMode: true,
images: {
domains: ["www.gravatar.com"],
unoptimized: true,
},
};

Expand Down

0 comments on commit 3a4585c

Please sign in to comment.