From 488e8effc6f00769df7dbf68d4e6d1e4e950b8e7 Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 28 Oct 2024 13:20:11 +0800 Subject: [PATCH] fix: assets rewrite (#1204) Signed-off-by: Innei --- vercel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index acb63078f..786a896b6 100644 --- a/vercel.json +++ b/vercel.json @@ -18,14 +18,14 @@ }, { "source": "/external-dist/:path*", - "destination": "https://follow-external-ssr.vercel.app/:path*" + "destination": "https://follow-external-ssr.vercel.app/external-dist/:path*" }, { "source": "/dist-external/:path*", - "destination": "https://follow-external-ssr.vercel.app/:path*" + "destination": "https://follow-external-ssr.vercel.app/dist-external/:path*" }, { - "source": "/((?!assets|vendor|locales/).*)", + "source": "/((?!assets|vendor|locales|dist-external|external-dist/).*)", "destination": "/index.html" } ],