We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/nebula
/ai
1 parent 6f581c8 commit 6c711e8Copy full SHA for 6c711e8
apps/dashboard/framer-rewrites.js
@@ -21,8 +21,8 @@ module.exports = [
21
"/storage",
22
// -- end scale category
23
24
- // -- nebula
25
- "/nebula",
+ // -- ai
+ "/ai",
26
// -- contracts
27
"/contracts",
28
"/contracts/modular-contracts",
apps/dashboard/redirects.js
@@ -460,6 +460,12 @@ async function redirects() {
460
permanent: false,
461
source: "/universal-bridge",
462
},
463
+ // redirect /nebula to /ai
464
+ {
465
+ destination: "/ai",
466
+ permanent: false,
467
+ source: "/nebula",
468
+ },
469
...legacyDashboardToTeamRedirects,
470
...projectPageRedirects,
471
...teamPageRedirects,
0 commit comments