Skip to content

Commit

Permalink
Merge branch 'main' into mini-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-t-wang authored Oct 18, 2024
2 parents dc6b8d2 + 684bc88 commit 68f2443
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const nextConfig = {
},
async redirects() {
return [
// remove when world chain docs are live

{
source: '/apps',
destination: 'https://world.org/apps',
Expand All @@ -36,12 +34,12 @@ const nextConfig = {
},
{
source: '/idkit',
destination: '/world-id/id/cloud',
destination: '/world-id/cloud',
permanent: true,
},
{
source: '/js',
destination: '/world-id/id/cloud',
destination: '/world-id/cloud',
permanent: true,
},
{
Expand All @@ -61,7 +59,7 @@ const nextConfig = {
},
{
source: '/test',
destination: '/world-id/quick-start/testing',
destination: '/quick-start',
permanent: false,
},
{
Expand All @@ -76,12 +74,12 @@ const nextConfig = {
},
{
source: '/zkp',
destination: '/world-id/further-reading/zero-knowledge-proofs',
destination: '/world-id/advanced/zero-knowledge-proofs',
permanent: false,
},
{
source: '/id/anonymous-actions',
destination: '/world-id/id/incognito-actions',
destination: '/world-id/incognito-actions',
permanent: false,
},
]
Expand Down

0 comments on commit 68f2443

Please sign in to comment.