|
1 | 1 | // add framer paths here |
2 | 2 | module.exports = [ |
3 | | - // -- home |
4 | | - "/", |
5 | | - "/pricing", |
6 | | - "/bounties", |
7 | | - "/contact-us", |
8 | | - // -- product landing pages -- |
9 | | - // -- build category |
10 | | - "/wallets", |
11 | | - "/account-abstraction", |
12 | | - "/universal-bridge", |
13 | | - "/auth", |
14 | | - "/in-app-wallets", |
15 | | - "/transactions", |
16 | | - // -- end build category |
| 3 | + // -- home |
| 4 | + "/", |
| 5 | + "/pricing", |
| 6 | + "/bounties", |
| 7 | + "/contact-us", |
| 8 | + // -- product landing pages -- |
| 9 | + // -- build category |
| 10 | + "/wallets", |
| 11 | + "/account-abstraction", |
| 12 | + "/payments", |
| 13 | + "/auth", |
| 14 | + "/in-app-wallets", |
| 15 | + "/transactions", |
| 16 | + // -- end build category |
17 | 17 |
|
18 | | - // -- scale category |
19 | | - "/rpc", |
20 | | - "/insight", |
21 | | - "/storage", |
22 | | - // -- end scale category |
| 18 | + // -- scale category |
| 19 | + "/rpc", |
| 20 | + "/insight", |
| 21 | + "/storage", |
| 22 | + // -- end scale category |
23 | 23 |
|
24 | | - // -- nebula |
25 | | - "/nebula", |
26 | | - // -- contracts |
27 | | - "/contracts", |
28 | | - "/contracts/modular-contracts", |
29 | | - "/contracts/explore", |
30 | | - "/contracts/deployment-tool", |
| 24 | + // -- nebula |
| 25 | + "/nebula", |
| 26 | + // -- contracts |
| 27 | + "/contracts", |
| 28 | + "/contracts/modular-contracts", |
| 29 | + "/contracts/explore", |
| 30 | + "/contracts/deployment-tool", |
31 | 31 |
|
32 | | - // -- solutions pages -- |
33 | | - "/solutions/:solution_slug", |
34 | | - // -- campaigns -- |
35 | | - // "/unlimited-wallets", -- OFF for now |
36 | | - // -- TPP -- |
37 | | - "/trusted-partner-program", |
38 | | - "/trusted-partner-program/:partner_slug", |
39 | | - // -- legal -- |
40 | | - "/terms", |
41 | | - "/privacy-policy", |
42 | | - // -- community pages -- |
43 | | - "/community/ambassadors", |
44 | | - "/community/startup-program", |
45 | | - // -- grants -- |
46 | | - "/grants", |
47 | | - "/superchain", |
48 | | - // -- templates -- |
49 | | - "/templates", |
50 | | - "/templates/:template_slug", |
51 | | - // -- learn -- |
52 | | - "/learn", |
53 | | - "/learn/guides", |
54 | | - "/learn/guides/:guide_slug", |
55 | | - "/learn/courses", |
56 | | - "/learn/glossary", |
57 | | - "/learn/glossary/:glossary_slug", |
58 | | - // -- faucets -- |
59 | | - "/faucets", |
60 | | - // -- brand kit -- |
61 | | - "/brand-kit", |
62 | | - // -- universal bridge landing pages -- |
63 | | - "/universal-bridge-regions/:region_slug", |
64 | | - "/enterprise", |
| 32 | + // -- solutions pages -- |
| 33 | + "/solutions/:solution_slug", |
| 34 | + // -- campaigns -- |
| 35 | + // "/unlimited-wallets", -- OFF for now |
| 36 | + // -- TPP -- |
| 37 | + "/trusted-partner-program", |
| 38 | + "/trusted-partner-program/:partner_slug", |
| 39 | + // -- legal -- |
| 40 | + "/terms", |
| 41 | + "/privacy-policy", |
| 42 | + // -- community pages -- |
| 43 | + "/community/ambassadors", |
| 44 | + "/community/startup-program", |
| 45 | + // -- grants -- |
| 46 | + "/grants", |
| 47 | + "/superchain", |
| 48 | + // -- templates -- |
| 49 | + "/templates", |
| 50 | + "/templates/:template_slug", |
| 51 | + // -- learn -- |
| 52 | + "/learn", |
| 53 | + "/learn/guides", |
| 54 | + "/learn/guides/:guide_slug", |
| 55 | + "/learn/courses", |
| 56 | + "/learn/glossary", |
| 57 | + "/learn/glossary/:glossary_slug", |
| 58 | + // -- faucets -- |
| 59 | + "/faucets", |
| 60 | + // -- brand kit -- |
| 61 | + "/brand-kit", |
| 62 | + // -- universal bridge landing pages -- |
| 63 | + "/universal-bridge-regions/:region_slug", |
| 64 | + "/enterprise", |
65 | 65 | ]; |
0 commit comments