Skip to content

Commit

Permalink
fix path bug with build
Browse files Browse the repository at this point in the history
Signed-off-by: pogi7 <[email protected]>
  • Loading branch information
pogi7 committed May 2, 2024
1 parent a5a57d2 commit 220c21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const config: Config = {
},
{
label: 'API Documentation',
to: '/docs/category/api-documentation',
to: '/docs/category/advanced-tips',
},
{
label: 'Change Log',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/category/api-documentation"
to="/docs/category/advanced-tips"
>
Advanced Tips 🧑‍🎓
</Link>
Expand Down

0 comments on commit 220c21b

Please sign in to comment.