We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e49e6d commit 5ab4bc2Copy full SHA for 5ab4bc2
netlify.toml
@@ -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