Skip to content

Commit 8701b2d

Browse files
authored
Update the toml to set publish directory (netlify-templates#22)
1 parent 299182e commit 8701b2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

netlify.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build]
22
command = "npm run build"
3+
publish = ".next"
34

45
[[plugins]]
5-
package = "@netlify/plugin-nextjs"
6+
package = "@netlify/plugin-nextjs"

0 commit comments

Comments
 (0)