Skip to content

Commit

Permalink
fix guides 404 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Jul 9, 2023
1 parent 0359161 commit 8f831c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,10 @@ const config = {
from: "/sdk/tkey/installation",
to: "/sdk/core-kit/tkey/install",
},

{
from: "/content-hub/guides",
to: "/content-hub",
},
],
createRedirects(existingPath) {
if (existingPath.includes('/content-hub')) {
Expand Down

1 comment on commit 8f831c6

@vercel
Copy link

@vercel vercel bot commented on 8f831c6 Jul 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3auth-docs – ./

w3a-docs.vercel.app
web3auth-docs-web3auth.vercel.app
web3auth-docs-git-master-web3auth.vercel.app

Please sign in to comment.