Skip to content

Commit 3a08cfc

Browse files
committed
fix: update Netlify publish path to point to 'playground/dist'
1 parent eaa6eab commit 3a08cfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
base = "."
3-
publish = "playground/.output/public"
4-
command = "pnpm install && pnpm dev:prepare && pnpm dev:build"
3+
command = "pnpm install && pnpm dev:prepare && pnpm dev:build"
4+
publish = "playground/dist"
55

66
[[redirects]]
77
from = "/*"

0 commit comments

Comments
 (0)