From 220c21b80fbe07b33aea141c3749f9cb582e3ae2 Mon Sep 17 00:00:00 2001 From: pogi7 Date: Thu, 2 May 2024 04:44:15 +0000 Subject: [PATCH] fix path bug with build Signed-off-by: pogi7 --- docusaurus.config.ts | 2 +- src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f138a26..9125bbc 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -97,7 +97,7 @@ const config: Config = { }, { label: 'API Documentation', - to: '/docs/category/api-documentation', + to: '/docs/category/advanced-tips', }, { label: 'Change Log', diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b624bc6..b1efad6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -28,7 +28,7 @@ function HomepageHeader() {
Advanced Tips 🧑‍🎓