Skip to content

Commit 5ab4bc2

Browse files
committed
chore: add netlify config
1 parent 0e49e6d commit 5ab4bc2

File tree

2 files changed

+2236
-2381
lines changed

2 files changed

+2236
-2381
lines changed

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[build]
2+
command = "pnpm build"
3+
publish = ".next"
4+
5+
[build.environment]
6+
NODE_VERSION = "20.11.1"
7+
NPM_FLAGS = "--no-frozen-lockfile"
8+
9+
[[plugins]]
10+
package = "@netlify/plugin-nextjs"

0 commit comments

Comments
 (0)