Skip to content

Commit 474d485

Browse files
authored
fix: point netlify to astro dir (#2170)
1 parent 31e7094 commit 474d485

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,4 +1,4 @@
11
[build]
2-
base = astro
2+
base = "astro"
33
command = "npm run build"
4-
publish = "astro/dist"
4+
publish = "dist"

0 commit comments

Comments
 (0)