Skip to content

Commit e9a33f1

Browse files
authored
fixup!
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent f658767 commit e9a33f1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

vercel.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"outputDirectory": "out",
4-
"cleanUrls": true
4+
"cleanUrls": true,
5+
"redirects": [
6+
{
7+
"source": "/learn",
8+
"destination": "/learn/",
9+
"permanent": true
10+
}
11+
]
512
}

0 commit comments

Comments
 (0)