1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs: add vercel.json

This commit is contained in:
Ivar Conradi Østhus 2023-12-18 15:34:25 +01:00
parent 5f975bbad7
commit 9e95a6547e
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1

5
website/vercel.json Normal file
View File

@ -0,0 +1,5 @@
{
"redirects": [
{ "source": "/ivar-test", "destination": "/topics/feature-flags/feature-flag-best-practices", "permanent": false }
]
}