Skip to content

Commit

Permalink
Change main domain redirect to github
Browse files Browse the repository at this point in the history
  • Loading branch information
leydel committed Dec 2, 2024
1 parent 3ccd368 commit 1476134
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Modkit/Website/staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"routes": [
{
"route": "/*",
"route": "/discord",
"redirect": "https://discord.gg/SFX3fJZ4NA",
"statusCode": 301
},
{
"route": "/*",
"redirect": "https://github.com/FinOCE/Modkit",
"statusCode": 301
}
]
}

0 comments on commit 1476134

Please sign in to comment.