Update domain redirects and add base domain rewrites for subdomains
cgen-5ca7daeacf114a88a0dcf85a8d15249d
This commit is contained in:
parent
8016120685
commit
235eb48b1b
1 changed files with 13 additions and 1 deletions
14
vercel.json
14
vercel.json
|
|
@ -30,7 +30,19 @@
|
||||||
{
|
{
|
||||||
"source": "/:path(.*)",
|
"source": "/:path(.*)",
|
||||||
"has": [{ "type": "host", "value": "aethex.site" }],
|
"has": [{ "type": "host", "value": "aethex.site" }],
|
||||||
"destination": "https://aethex.me",
|
"destination": "https://aethex.dev/:path",
|
||||||
|
"permanent": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/",
|
||||||
|
"has": [{ "type": "host", "value": "aethex.me" }],
|
||||||
|
"destination": "https://aethex.dev/",
|
||||||
|
"permanent": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/",
|
||||||
|
"has": [{ "type": "host", "value": "aethex.space" }],
|
||||||
|
"destination": "https://aethex.dev/",
|
||||||
"permanent": true
|
"permanent": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue