completionId: cgen-f6dba83251004725a224251d35d03384
cgen-f6dba83251004725a224251d35d03384
This commit is contained in:
parent
ffca23a3bf
commit
11e439616c
1 changed files with 32 additions and 0 deletions
32
vercel.json
32
vercel.json
|
|
@ -2,6 +2,38 @@
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"buildCommand": "npm ci && npm run build",
|
"buildCommand": "npm ci && npm run build",
|
||||||
"outputDirectory": "dist/spa",
|
"outputDirectory": "dist/spa",
|
||||||
|
"redirects": [
|
||||||
|
{
|
||||||
|
"source": "/:path(.*)",
|
||||||
|
"has": [{ "type": "host", "value": "aethex.app" }],
|
||||||
|
"destination": "https://aethex.dev/:path",
|
||||||
|
"permanent": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/:path(.*)",
|
||||||
|
"has": [{ "type": "host", "value": "aethex.locker" }],
|
||||||
|
"destination": "https://aethex.dev/:path",
|
||||||
|
"permanent": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/:path(.*)",
|
||||||
|
"has": [{ "type": "host", "value": "aethex.studio" }],
|
||||||
|
"destination": "https://aethex.dev/ethos/:path",
|
||||||
|
"permanent": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/:path(.*)",
|
||||||
|
"has": [{ "type": "host", "value": "aethex.info" }],
|
||||||
|
"destination": "https://aethex.dev/foundation/:path",
|
||||||
|
"permanent": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/:path(.*)",
|
||||||
|
"has": [{ "type": "host", "value": "aethex.site" }],
|
||||||
|
"destination": "https://aethex.me",
|
||||||
|
"permanent": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{ "source": "/api/(.*)", "destination": "/api/$1" },
|
{ "source": "/api/(.*)", "destination": "/api/$1" },
|
||||||
{ "source": "/(.*)", "destination": "/index.html" }
|
{ "source": "/(.*)", "destination": "/index.html" }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue