Skip to content

Commit 7ef81c4

Browse files
authored
fixup!
Signed-off-by: Aviv Keller <[email protected]>
1 parent e9a33f1 commit 7ef81c4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"outputDirectory": "out",
44
"cleanUrls": true,
5+
"trailingSlash": false,
56
"redirects": [
7+
{
8+
"source": "/",
9+
"destination": "/learn/",
10+
"permanent": true
11+
},
612
{
713
"source": "/learn",
814
"destination": "/learn/",

0 commit comments

Comments
 (0)