Skip to content

Commit 5d193eb

Browse files
committed
Add redirect for old /learn/caching/ route.
1 parent e422f37 commit 5d193eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
"destination": "/learn/validation/",
111111
"permanent": true
112112
},
113+
{
114+
"source": "/learn/caching/",
115+
"destination": "/learn/performance/",
116+
"permanent": true
117+
},
113118
{
114119
"source": "/docs/videos",
115120
"destination": "/community/#videos/",

0 commit comments

Comments
 (0)