Skip to content

Commit 10b2d21

Browse files
authored
feat: add netlify redirects (#117)
1 parent dfd8f2b commit 10b2d21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## history 路由模式
2+
[[redirects]]
3+
from = "/*"
4+
to = "/index.html"
5+
status = 200

0 commit comments

Comments
 (0)