Skip to content

Commit a5c4b27

Browse files
committed
[Dashboard] consolidate solution page rewrites with dynamic slug
1 parent f115b4d commit a5c4b27

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ module.exports = [
2727
// -- engine
2828
"/engine",
2929
// -- solutions pages --
30-
"/solutions/gaming",
31-
"/solutions/consumer-apps",
32-
"/solutions/defi",
33-
"/solutions/ecosystem",
30+
"/solutions/:solution_slug",
3431
// -- campaigns --
3532
// "/unlimited-wallets", -- OFF for now
3633
// -- TPP --

0 commit comments

Comments
 (0)