-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
25 lines (25 loc) · 1.26 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"cleanUrls": true,
"headers": [
{
"source": "/api/_content/query/(.+)",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
]
}
],
"redirects": [
{ "source": "/a-guide-to-customizing-the-zsh-shell-prompt", "destination": "/blog/a-guide-to-customizing-the-zsh-shell-prompt" },
{ "source": "/a-guide-to-installing-the-windows-subsystem-for-linux-wsl-and-windows-terminal", "destination": "/blog/a-guide-to-installing-the-windows-subsystem-for-linux-wsl-and-windows-terminal" },
{ "source": "/a-guide-to-web-development-on-the-windows-subsystem-for-linux-wsl", "destination": "/blog/a-guide-to-web-development-on-the-windows-subsystem-for-linux-wsl" },
{ "source": "/a-practical-cheat-sheet-for-css-flexbox", "destination": "/blog/a-practical-cheat-sheet-for-css-flexbox" },
{ "source": "/a-practical-guide-to-the-web-cryptography-api", "destination": "/blog/a-practical-guide-to-the-web-cryptography-api" },
{ "source": "/an-introduction-to-vue-markdown-editor", "destination": "/blog/an-introduction-to-vue-markdown-editor" },
{ "source": "/til", "destination": "/series/til" },
{ "source": "/til/:post*", "destination": "/blog/:post*" }
],
"trailingSlash": false
}