Skip to content

Commit

Permalink
docs: fix typo in helm-charts rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Jan 9, 2024
1 parent 82b16bc commit 9f12404
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/index.yml", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/index.yaml" },
{ "source": "/helm-charts/index.yaml", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/index.yaml" },
{ "source": "/helm-charts(/?)", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/README.md" },
{ "source": "/helm-charts(/?):path(.*)", "destination": "https://gh.getunleash.io/helm-charts/:path" }
],
Expand Down

0 comments on commit 9f12404

Please sign in to comment.