Skip to content

Commit f4ca73c

Browse files
committed
add /storage to framer rewrites (#6373)
closes: CORE-758 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `framer-rewrites.js` file to include a new route related to storage within the application's routing configuration. ### Detailed summary - Added a new route `"/storage"` to the existing routes in `framer-rewrites.js`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 1f517fa commit f4ca73c

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
@@ -13,6 +13,8 @@ module.exports = [
1313
"/connect/universal-bridge",
1414
"/connect/auth",
1515
"/connect/in-app-wallets",
16+
// -- storage
17+
"/storage",
1618
// -- nebula
1719
"/nebula",
1820
// --insight

0 commit comments

Comments
 (0)