From fcf568ba13fbe33562cdc791ae04c5c6e11fac17 Mon Sep 17 00:00:00 2001 From: Pizofreude <108355948+pizofreude@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:00:32 +0800 Subject: [PATCH] fix: remove invalid customDocsPath for babel --- website/babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website/babel.config.js b/website/babel.config.js index 892309a..e00595d 100644 --- a/website/babel.config.js +++ b/website/babel.config.js @@ -1,4 +1,3 @@ module.exports = { presets: [require.resolve('@docusaurus/core/lib/babel/preset')], - customDocsPath: './website', };