Skip to content

Commit

Permalink
Introduce Deploys & Tlds (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans authored Mar 4, 2024
1 parent fbf32e5 commit 1b167d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/public/edgerc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"trailing_slash": "never"
},
"redirects": [
{
"pattern": "^/tlds?$",
"destination": "/dns/tlds"
},
{
"pattern": "^/deploy(s|ments)?$",
"destination": "/learn/deployments"
},
{
"pattern": "^/namewrapper$",
"destination": "/wrapper/overview"
Expand Down

0 comments on commit 1b167d8

Please sign in to comment.