Skip to content

Commit

Permalink
redirect test with anchor link
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 committed Jun 14, 2024
1 parent 91a18fe commit 197efb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@

{ "source": "/en/quick-start/", "destination": "/en/install-and-setup/" },

{ "source": "/en/installation/", "destination": "/en/install-and-setup/" },

{ "source": "/:lang/concepts/mpa-vs-spa/", "destination": "/:lang/concepts/why-astro/" },

{ "source": "/:lang/deploy/:service(.*)", "destination": "/:lang/guides/deploy/:service*" },
Expand All @@ -112,6 +110,8 @@

{ "source": "/:lang/guides/assets/", "destination": "/:lang/guides/images/" },

{ "source": "/en/guides/aliases/", "destination": "/en/guides/imports/#aliases" },

{ "source": "/:lang/guides/aliases/", "destination": "/:lang/guides/imports/" },

{ "source": "/:lang/guides/integrations-guide/image/", "destination": "/:lang/guides/images/" },
Expand Down

0 comments on commit 197efb5

Please sign in to comment.