Skip to content

Commit

Permalink
Merge pull request #7 from dorimiamn/fix-issue-6
Browse files Browse the repository at this point in the history
画像最適化を無効化
  • Loading branch information
dorimiamn authored Jan 13, 2025
2 parents f1b2b71 + 5852d72 commit bd18563
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// @ts-check

/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',
output: 'export',
images: { unoptimized: true },
}

export default nextConfig

0 comments on commit bd18563

Please sign in to comment.