Skip to content

Commit

Permalink
docs: add vercel redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Nov 15, 2022
1 parent bf7653b commit e28de22
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"cleanUrls": true
"cleanUrls": true,
"redirects": [
{
"source": "/modules/:path((?!_stacks_).*)",
"destination": "/modules/_stacks_:path*",
"permanent": false
}
]
}

1 comment on commit e28de22

@vercel
Copy link

@vercel vercel bot commented on e28de22 Nov 15, 2022

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.