From 8bc4ddb7d54f82c7ab5ad8004456958aabc2d47a Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 7 May 2025 19:40:45 +0800 Subject: [PATCH] chore: ssr staging --- vercel.json | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/vercel.json b/vercel.json index 72cfceac4..8a3ef7823 100644 --- a/vercel.json +++ b/vercel.json @@ -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"