Skip to content

Commit

Permalink
fix: add customDocsPath: './website', in presets
Browse files Browse the repository at this point in the history
  • Loading branch information
pizofreude committed Oct 25, 2023
1 parent 8f4c024 commit f0f7945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f0f7945

Please sign in to comment.