Skip to content

Commit

Permalink
fix: assets rewrite (RSSNext#1204)
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei authored Oct 28, 2024
1 parent c954d61 commit 488e8ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit 488e8ef

Please sign in to comment.