Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c3db26f

Browse files
authored
Merge pull request #226 from asigloo/bugfix/add-redirects-for-demos-on-netlify
fix(deploy): added redirect in netlify config for demo pages
2 parents 2f8debe + 5d585ff commit c3db26f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

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

0 commit comments

Comments
 (0)