Skip to content

Commit 1cbba95

Browse files
committed
add netlify spa redirects
1 parent d6a8de1 commit 1cbba95

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@
55

66
[functions]
77
directory = "functions/"
8+
9+
[[redirects]]
10+
from = "/*"
11+
to = "/index.html"
12+
status = 200

0 commit comments

Comments
 (0)