Skip to content

Commit 28d9d35

Browse files
authored
Update netlify.toml
1 parent 3869047 commit 28d9d35

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

netlify.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
# 1️⃣ Tells Netlify how to build your app, and where the files are
2-
[build]
3-
command = "npm run build"
4-
publish = "dist"
5-
61
# 2️⃣ Handles SPA redirects so all your pages work
72
[[redirects]]
83
from = "/*"
94
to = "/index.html"
10-
status = 200
5+
status = 200

0 commit comments

Comments
 (0)