Skip to content

Commit 6c711e8

Browse files
authored
Rename /nebula to /ai and add redirect (#7862)
1 parent 6f581c8 commit 6c711e8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ module.exports = [
2121
"/storage",
2222
// -- end scale category
2323

24-
// -- nebula
25-
"/nebula",
24+
// -- ai
25+
"/ai",
2626
// -- contracts
2727
"/contracts",
2828
"/contracts/modular-contracts",

apps/dashboard/redirects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,12 @@ async function redirects() {
460460
permanent: false,
461461
source: "/universal-bridge",
462462
},
463+
// redirect /nebula to /ai
464+
{
465+
destination: "/ai",
466+
permanent: false,
467+
source: "/nebula",
468+
},
463469
...legacyDashboardToTeamRedirects,
464470
...projectPageRedirects,
465471
...teamPageRedirects,

0 commit comments

Comments
 (0)