We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740de42 commit df4300bCopy full SHA for df4300b
netlify.toml
@@ -4,3 +4,9 @@
4
for = "/*"
5
[headers.values]
6
Access-Control-Allow-Origin = "https://relaxed-mochi-7581fa.netlify.app"
7
+
8
+# _redirects
9
+[[redirects]]
10
+ from = "/*"
11
+ to = "/index.html"
12
+ status = 404
0 commit comments