Skip to content

Commit

Permalink
chore: add netlify redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 20, 2024
1 parent b8b985d commit a21ce12
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
to = "/robots.txt"
status = 200

[[redirects]]
from = "/login"
to = "/login"
status = 200

[[redirects]]
from = "/sign-up"
to = "/sign-up"
status = 200

[[redirects]]
from = "/examples/*"
to = "/examples/:splat"
status = 200

[[redirects]]
from = "/*"
to = "/"
Expand Down

0 comments on commit a21ce12

Please sign in to comment.