From 46da22a0c93e61d2f2077ea4b9af906a2ca4696a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A0nh=20Nh=C3=A2n?= <60387689+NhanAZ@users.noreply.github.com> Date: Thu, 27 Jun 2024 04:33:35 +0700 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index eef67ff..72f878b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://nhanaz.tech', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/${projectName}/', + baseUrl: '/AZDocs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.