Skip to content

Commit 48a793d

Browse files
committed
chore: fix netlify publish path config
1 parent 45482c2 commit 48a793d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
22
base = "docs"
33
command = "npm run build"
4-
publish = "docs/public"
4+
publish = "public"

0 commit comments

Comments
 (0)