Skip to content

Commit

Permalink
wildcard redirect old routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mecies committed Mar 12, 2023
1 parent 3c5aed6 commit b7d8a92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
to = "https://maciejhnat.dev"
status = 301
force = true

[[redirects]]
from = "https://maciejhnat.netlify.app/*"
to = "https://maciejhnat.dev"
status = 301
force = true

0 comments on commit b7d8a92

Please sign in to comment.