Skip to content

Commit f9f6db0

Browse files
committed
add tutorial/guide slug routes to framer rewrites
1 parent d1d610d commit f9f6db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ module.exports = [
4848
// -- learn --
4949
"/learn",
5050
"/learn/tutorials",
51+
"/learn/tutorials/:tutorial_slug",
5152
"/learn/guides",
53+
"/learn/guides/:guide_slug",
5254
"/learn/courses",
5355
"/learn/glossary",
5456
];

0 commit comments

Comments
 (0)