Merge remote-tracking branch 'origin/main' into dev
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
commit
c5500f9b52
24
vercel.json
24
vercel.json
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue