Skip to content

Commit

Permalink
static exportを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Nov 4, 2024
1 parent 1d27785 commit 0945cb6
Show file tree
Hide file tree
Showing 3 changed files with 3,502 additions and 2,749 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
output: 'export',
images: {
unoptimized: true,
},
};

module.exports = nextConfig;
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"lint-staged": {
"*.{css,scss,js,jsx,ts,tsx,json,md}": "pnpm format"
}
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}
Loading

0 comments on commit 0945cb6

Please sign in to comment.