change plubish dir to out

This commit is contained in:
Triston Armstrong 2024-01-07 12:52:39 -06:00
parent cfdccef868
commit 8b50537b75

View File

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