9 lines
104 B
TOML
9 lines
104 B
TOML
[[plugins]]
|
|
package = "@netlify/plugin-nextjs"
|
|
|
|
[build]
|
|
command = "yarn next build"
|
|
publish = ".next"
|
|
|
|
|