Skip to content

Commit 4847ada

Browse files
committed
Add /brand-kit to framer rewrites (#6624)
Added a rewrite rule for the `/brand-kit` path in the Framer rewrites configuration.
1 parent 08eea95 commit 4847ada

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
@@ -56,4 +56,6 @@ module.exports = [
5656
"/learn/glossary/:glossary_slug",
5757
// -- faucets --
5858
"/faucets",
59+
// -- brand kit --
60+
"/brand-kit",
5961
];

0 commit comments

Comments
 (0)