Skip to content

Commit 0f6aa6b

Browse files
committed
add /faucets to framer rewrites (#6414)
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on adding a new route to the `framer-rewrites.js` file for redirecting to the `/faucets` page. ### Detailed summary - Added the route `"/faucets"` to the array of paths in `apps/dashboard/framer-rewrites.js`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 9f1a77f commit 0f6aa6b

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
@@ -55,4 +55,6 @@ module.exports = [
5555
"/learn/guides/:guide_slug",
5656
"/learn/courses",
5757
"/learn/glossary",
58+
// -- faucets --
59+
"/faucets",
5860
];

0 commit comments

Comments
 (0)