Skip to content

Commit

Permalink
Add redirect to /docs/ for netlify deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lotas committed Sep 15, 2022
1 parent 622c1d5 commit fcca773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog/IHQLaOuaRza29g6XB87x-A.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
audience: general
level: silent
---
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

# Rule for Single Page Applications (app)
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
from = "/"
to = "/docs/"
status = 301

0 comments on commit fcca773

Please sign in to comment.