Add subdomain routing for user.aethex.me and group.aethex.space
cgen-e7d85d6767434965a7690817b7bc8f4e
This commit is contained in:
parent
4a2384f087
commit
8016120685
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
|
{ "source": "/:path(.*)", "has": [{ "type": "host", "value": "*.aethex.me" }], "destination": "/index.html" },
|
||||||
|
{ "source": "/:path(.*)", "has": [{ "type": "host", "value": "*.aethex.space" }], "destination": "/index.html" },
|
||||||
{ "source": "/", "destination": "/index.html" },
|
{ "source": "/", "destination": "/index.html" },
|
||||||
{ "source": "/login", "destination": "/index.html" },
|
{ "source": "/login", "destination": "/index.html" },
|
||||||
{ "source": "/login/:path*", "destination": "/index.html" },
|
{ "source": "/login/:path*", "destination": "/index.html" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue