-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvercel.json
15 lines (14 loc) · 1.01 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"cleanUrls": true,
"redirects": [
{ "source": "/docs/updates/November_2023", "destination": "/docs/updates/2023/November", "permanent": true },
{ "source": "/docs/updates/December_2023", "destination": "/docs/updates/2022/December", "permanent": true },
{ "source": "/docs/updates/January_2024", "destination": "/docs/updates/2024/January", "permanent": true },
{ "source": "/docs/updates/February_2024", "destination": "/docs/updates/2024/February", "permanent": true },
{ "source": "/docs/updates/March_2024", "destination": "/docs/updates/2024/March", "permanent": true },
{ "source": "/docs/updates/April_2024", "destination": "/docs/updates/2024/April", "permanent": true },
{ "source": "/docs/updates/May_2024", "destination": "/docs/updates/2024/May", "permanent": true },
{ "source": "/docs/updates/June_2024", "destination": "/docs/updates/2024/June", "permanent": true },
{ "source": "/docs/updates/July_2024", "destination": "/docs/updates/2024/July", "permanent": true }
]
}