Skip to content

Commit d1d610d

Browse files
authored
add /learn routes to framer rewrites (#6363)
1 parent 2ba1683 commit d1d610d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,10 @@ module.exports = [
4545
// -- templates --
4646
"/templates",
4747
"/templates/:template_slug",
48+
// -- learn --
49+
"/learn",
50+
"/learn/tutorials",
51+
"/learn/guides",
52+
"/learn/courses",
53+
"/learn/glossary",
4854
];

0 commit comments

Comments
 (0)