Skip to content

Commit 1c23c07

Browse files
committed
added redirect rule
1 parent b923444 commit 1c23c07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.storybook/netlify.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# COMMENT: This a rule for Single Page Applications
3+
[[redirects]]
4+
from = "/*"
5+
to = "/index.html"
6+
status = 200

0 commit comments

Comments
 (0)