15 lines
298 B
TOML
15 lines
298 B
TOML
|
|
[build]
|
||
|
|
command = "npm run build"
|
||
|
|
publish = ".next"
|
||
|
|
|
||
|
|
[[plugins]]
|
||
|
|
package = "@netlify/plugin-nextjs"
|
||
|
|
|
||
|
|
[context.production]
|
||
|
|
environment = { NODE_VERSION = "22" }
|
||
|
|
|
||
|
|
[context.deploy-preview]
|
||
|
|
environment = { NODE_VERSION = "22" }
|
||
|
|
|
||
|
|
[context.branch-deploy]
|
||
|
|
environment = { NODE_VERSION = "22" }
|