Skip to content

Commit

Permalink
docs: fix vercel formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Jan 8, 2024
1 parent f040e25 commit be05974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/vercel.json
@@ -1,7 +1,7 @@
{
"cleanUrls": true,
"rewrites": [
{ "source": "/helm-charts(/?):path(.*)", "destination": "https://docs.getunleash.io/helm-charts/:path", "permanent": true }
{ "source": "/helm-charts(/?):path(.*)", "destination": "https://docs.getunleash.io/helm-charts/:path" }
],
"redirects": [
{ "source": "/user_guide/api-token", "destination": "/how-to/how-to-create-api-tokens", "permanent": true },
Expand Down

1 comment on commit be05974

@vercel
Copy link

@vercel vercel bot commented on be05974 Jan 8, 2024

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.