Skip to content

Commit 26fc1ca

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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"outputDirectory": "out",
44
"cleanUrls": true,
5-
"trailingSlash": false,
65
"redirects": [
76
{
87
"source": "/",
@@ -13,6 +12,11 @@
1312
"source": "/learn",
1413
"destination": "/learn/",
1514
"permanent": true
15+
},
16+
{
17+
"source": "/learn/(.*)/",
18+
"destination": "/learn/$1",
19+
"permanent": true
1620
}
1721
]
1822
}

0 commit comments

Comments
 (0)