Skip to content

Commit abe7cc5

Browse files
committed
trusted partner program & remove /contracts
1 parent 1f81390 commit abe7cc5

File tree

8 files changed

+5
-753
lines changed

8 files changed

+5
-753
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ module.exports = [
66
// -- product landing pages --
77
// -- connect
88
"/connect/sign-in",
9+
// -- nebula
910
"/nebula",
1011
// -- contracts
12+
"/contracts",
1113
"/contracts/modular-contracts",
1214
"/contracts/explore",
1315
"/contracts/deployment-tool",
@@ -20,4 +22,7 @@ module.exports = [
2022
"/solutions/ecosystem",
2123
// -- campaigns --
2224
"/unlimited-wallets",
25+
// -- TPP --
26+
"/trusted-partner-program",
27+
"/trusted-partner-program/:partner_slug",
2328
];

apps/dashboard/next.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ const SENTRY_OPTIONS: SentryBuildOptions = {
101101
// Routes browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers (increases server load)
102102
tunnelRoute: "/err",
103103

104-
// Hides source maps from generated client bundles
105-
hideSourceMaps: true,
106-
107104
// Automatically tree-shake Sentry logger statements to reduce bundle size
108105
disableLogger: true,
109106

apps/dashboard/src/components/contracts/CaseStudyStatic.tsx

Lines changed: 0 additions & 69 deletions
This file was deleted.

apps/dashboard/src/components/contracts/ContractInteractionSection.tsx

Lines changed: 0 additions & 70 deletions
This file was deleted.

apps/dashboard/src/components/contracts/LandingCaseStudyStaticSection.tsx

Lines changed: 0 additions & 195 deletions
This file was deleted.

0 commit comments

Comments
 (0)