Skip to content

Commit

Permalink
chore: redirect urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Sep 16, 2024
1 parent 452711e commit 6e0017e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ module.exports = {
to: "/docs/current/introduction",
from: "/docs/introduction",
},
{
to: "https://app.crossplatformkorea.com/privacyandpolicy",
from: "/privacyandpolicy",
},
{
to: "https://app.crossplatformkorea.com/termsofservice",
from: "/termsofservice",
}
],
},
],
Expand Down Expand Up @@ -133,11 +141,11 @@ module.exports = {
},
{
label: "Privacy and Policy",
href: "https://app.crossplatformkorea.com/privacyandpolicy",
href: "https://crossplatformkorea.com/privacyandpolicy",
},
{
label: "Terms of Service",
href: "https://app.crossplatformkorea.com/termsofservice",
href: "https://crossplatformkorea.com/termsofservice",
},
],
},
Expand Down

0 comments on commit 6e0017e

Please sign in to comment.