Skip to content

Commit

Permalink
/auth and /iaw -> framer
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Feb 27, 2025
1 parent 862db40 commit b7bef91
Show file tree
Hide file tree
Showing 43 changed files with 127 additions and 3,088 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/framer-rewrites.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ module.exports = [
"/connect/sign-in",
"/connect/account-abstraction",
"/connect/universal-bridge",
"/connect/auth",
"/connect/in-app-wallets",
// -- nebula
"/nebula",
// --insight
Expand Down
1 change: 0 additions & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@emotion/styled": "11.14.0",
"@hookform/resolvers": "^3.9.1",
"@marsidev/react-turnstile": "^1.1.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.3",
Expand Down
12 changes: 12 additions & 0 deletions apps/dashboard/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,18 @@ async function redirects() {
destination: "/connect/universal-bridge",
permanent: false,
},
// redirect /auth to /connect/auth
{
source: "/auth",
destination: "/connect/auth",
permanent: false,
},
// redirect /in-app-wallets to /connect/in-app-wallets
{
source: "/in-app-wallets",
destination: "/connect/in-app-wallets",
permanent: false,
},
// PREVIOUS CAMPAIGNS
{
source: "/unlimited-wallets",
Expand Down
28 changes: 0 additions & 28 deletions apps/dashboard/src/@/actions/emailSignup.ts

This file was deleted.

18 changes: 0 additions & 18 deletions apps/dashboard/src/@/components/theme-provider.tsx

This file was deleted.

119 changes: 0 additions & 119 deletions apps/dashboard/src/app/(landing)/ThemeProvider.tsx

This file was deleted.

Loading

0 comments on commit b7bef91

Please sign in to comment.