Skip to content

Commit

Permalink
docusaurus(config): change external link to use href
Browse files Browse the repository at this point in the history
Summary:
Ref [docusaurus docs](https://docusaurus.io/docs/api/themes/configuration#navbar-link).

Signed-off-by: Yongmin Hong <[email protected]>

Test Plan: `npm run build`, `npm run serve`.

Reviewers: O2 Coders, O1 revi & automations, revi

Reviewed By: O2 Coders, O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D147
  • Loading branch information
revi committed May 26, 2024
1 parent aea7bc5 commit 6402ed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ const config = {
position: 'left'
},
{
to: 'https://revi.xyz/wiki',
href: 'https://revi.xyz/wiki',
label: 'Wiki',
position: 'left'
},
{
to: 'https://revi.xyz/phab',
href: 'https://revi.xyz/phab',
label: 'Issue Tracker',
position: 'left'
},
Expand Down Expand Up @@ -227,7 +227,7 @@ const config = {
},
{
label: 'License CC BY ND 2.0 KR',
to: 'https://creativecommons.org/licenses/by-nd/2.0/kr/',
href: 'https://creativecommons.org/licenses/by-nd/2.0/kr/',
}
],
}
Expand Down

0 comments on commit 6402ed0

Please sign in to comment.