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.
1 parent 9c2b0f7 commit d769dd7Copy full SHA for d769dd7
apps/dashboard/framer-rewrites.js
@@ -16,7 +16,7 @@ module.exports = [
16
// -- end build category
17
18
// -- scale category
19
- "/rpc-edge",
+ "/rpc",
20
"/insight",
21
"/storage",
22
// -- end scale category
apps/dashboard/redirects.js
@@ -435,6 +435,11 @@ async function redirects() {
435
permanent: false,
436
source: "/engine",
437
},
438
+ {
439
+ destination: "/rpc",
440
+ permanent: false,
441
+ source: "/rpc-edge",
442
+ },
443
...legacyDashboardToTeamRedirects,
444
...projectPageRedirects,
445
...teamPageRedirects,
0 commit comments