Skip to content

Commit

Permalink
GA Code and static export. (#156)
Browse files Browse the repository at this point in the history
Turn off image optimization.
  • Loading branch information
sherakama authored Aug 29, 2024
1 parent 0370d10 commit 39bfd9b
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 24 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ const { withContentlayer } = require('next-contentlayer');
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export',
images: {
unoptimized: true,
},
};

module.exports = withContentlayer(nextConfig);
Loading

0 comments on commit 39bfd9b

Please sign in to comment.