Create netlify.toml

This commit is contained in:
Daniel Lautzenheiser 2023-01-18 11:14:01 -05:00
parent 44389cb455
commit 396ee24ea5

View File

@ -0,0 +1,6 @@
[build]
command = "yarn build"
publish = ".next"
[[plugins]]
package = "@netlify/plugin-nextjs"