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 24ef2b6 commit a260ae4Copy full SHA for a260ae4
docs-v2/next.config.mjs
@@ -34,6 +34,11 @@ export default withNextra({
34
},
35
async redirects() {
36
return [
37
+ {
38
+ source: "/apps/apps/",
39
+ destination: "/apps/",
40
+ permanent: true,
41
+ },
42
{
43
source: "/v3/",
44
destination: "/",
@@ -476,6 +481,11 @@ export default withNextra({
476
481
destination: "/integrations/oauth-clients/",
477
482
permanent: true,
478
483
484
485
+ source: "/integrations/",
486
487
488
479
489
480
490
source: "/integrations/:path*/",
491
destination: "/apps/:path*/",
0 commit comments