Skip to content

Commit 28392b4

Browse files
authored
add tutorial/guide slug routes to framer rewrites (#6364)
1 parent d1d610d commit 28392b4

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)