Add subdomain routing for user.aethex.me and group.aethex.space

cgen-e7d85d6767434965a7690817b7bc8f4e
This commit is contained in:
Builder.io 2025-11-16 04:12:19 +00:00
parent 4a2384f087
commit 8016120685

View file

@ -35,6 +35,8 @@
}
],
"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": "/login", "destination": "/index.html" },
{ "source": "/login/:path*", "destination": "/index.html" },