chore: ssr staging

This commit is contained in:
DIYgod 2025-05-07 19:40:45 +08:00
parent ec318b83d8
commit 8bc4ddb7d5
No known key found for this signature in database
1 changed files with 80 additions and 0 deletions

View File

@ -169,6 +169,86 @@
}
]
},
{
"source": "/share/:path*",
"destination": "https://follow-external-ssr-staging.vercel.app/share/:path*",
"has": [
{
"type": "host",
"value": "staging.follow.is"
}
]
},
{
"source": "/og/:path*",
"destination": "https://follow-external-ssr-staging.vercel.app/og/:path*",
"has": [
{
"type": "host",
"value": "staging.follow.is"
}
]
},
{
"source": "/login",
"destination": "https://follow-external-ssr-staging.vercel.app/login",
"has": [
{
"type": "host",
"value": "staging.follow.is"
}
]
},
{
"source": "/register",
"destination": "https://follow-external-ssr-staging.vercel.app/register",
"has": [
{
"type": "host",
"value": "staging.follow.is"
}
]
},
{
"source": "/forget-password",
"destination": "https://follow-external-ssr-staging.vercel.app/forget-password",
"has": [
{
"type": "host",
"value": "staging.follow.is"
}
]
},
{
"source": "/reset-password",
"destination": "https://follow-external-ssr-staging.vercel.app/reset-password",
"has": [
{
"type": "host",
"value": "staging.follow.is"
}
]
},
{
"source": "/external-dist/:path*",
"destination": "https://follow-external-ssr-staging.vercel.app/external-dist/:path*",
"has": [
{
"type": "host",
"value": "staging.follow.is"
}
]
},
{
"source": "/dist-external/:path*",
"destination": "https://follow-external-ssr-staging.vercel.app/dist-external/:path*",
"has": [
{
"type": "host",
"value": "staging.follow.is"
}
]
},
{
"source": "/((?!assets|vendor|locales|dist-external|external-dist/).*)",
"destination": "/index.html"