Skip to content

Commit 1f03dca

Browse files
committed
netlify toml
1 parent 9889367 commit 1f03dca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[build]
2-
command = "yarn build"
3-
publish = ".next"
2+
command = "cd demo && yarn && yarn build"
3+
publish = "demo/.next"
44

55
[[plugins]]
66
package = "@netlify/plugin-nextjs"
77

88
[[plugins]]
9-
package = "../"
9+
package = "."
1010

1111
[plugins.inputs]
1212
cloudName = "colbycloud"

0 commit comments

Comments
 (0)