From f0f7945f324ff637116c98f9b8807f79a5bb201c Mon Sep 17 00:00:00 2001 From: Pizofreude <108355948+pizofreude@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:20:44 +0800 Subject: [PATCH] fix: add customDocsPath: './website', in presets --- website/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a54d556..df2b798 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -41,6 +41,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { + customDocsPath: './website', sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. // Remove this to remove the "edit this page" links.