Skip to content

Commit

Permalink
chore: Update redir to docs.opensdks.org
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 3, 2023
1 parent 718507e commit 22ce7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"topbarCtaButton": {
"name": "Dashboard",
"name": "Github",
"url": "https://dashboard.mintlify.com"
},
"tabs": [
Expand Down
2 changes: 1 addition & 1 deletion website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const nextConfig = {
redirects: async () => [
{
source: '/:p*',
destination: 'https://opensdks.mintlify.app/:p*',
destination: 'https://docs.opensdks.org/:p*',
permanent: false,
},
],
Expand Down

1 comment on commit 22ce7f9

@vercel
Copy link

@vercel vercel bot commented on 22ce7f9 Dec 3, 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:

opensdks – ./

opensdks.vercel.app
opensdks.org
opensdks-venice.vercel.app
opensdks-git-main-venice.vercel.app

Please sign in to comment.