Merge remote-tracking branch 'origin/main' into dev

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-11-08 21:34:34 +08:00
commit c5500f9b52
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 5 additions and 19 deletions

View File

@ -24,12 +24,16 @@
"source": "/redirect",
"destination": "https://follow-external-ssr.vercel.app/redirect"
},
{
"source": "/external-dist/:path*",
"destination": "https://follow-external-ssr.vercel.app/external-dist/:path*"
},
{
"source": "/dist-external/:path*",
"destination": "https://follow-external-ssr.vercel.app/dist-external/:path*"
},
{
"source": "/((?!assets|vendor|locales|dist-external/).*)",
"source": "/((?!assets|vendor|locales|dist-external|external-dist/).*)",
"destination": "/index.html"
}
],
@ -60,24 +64,6 @@
}
]
},
{
"source": "/locales/(.*)",
"headers": [
{
"key": "Cache-Tag",
"value": "follow-assets"
}
]
},
{
"source": "/dist-external/(.*)",
"headers": [
{
"key": "Cache-Tag",
"value": "follow-assets"
}
]
},
{
"source": "/assets/(.*)",
"headers": [