Navigation Menu

Skip to content

Commit

Permalink
fix: enable Vercel's cleanUrls options to avoid redirection issue #679 (
Browse files Browse the repository at this point in the history
  • Loading branch information
edimitchel committed Mar 10, 2023
1 parent 169348c commit ecd2e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vercel.json
Expand Up @@ -24,5 +24,6 @@
"source": "/v2/:path*",
"destination": "https://v2.ja.vuejs.org/v2/:path*"
}
]
],
"cleanUrls": true
}

1 comment on commit ecd2e32

@vercel
Copy link

@vercel vercel bot commented on ecd2e32 Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.