We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3869047 commit 28d9d35Copy full SHA for 28d9d35
netlify.toml
@@ -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
-
6
# 2️⃣ Handles SPA redirects so all your pages work
7
[[redirects]]
8
from = "/*"
9
to = "/index.html"
10
- status = 200
+ status = 200
0 commit comments