Skip to content

Commit

Permalink
try this?
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Jan 9, 2024
1 parent 2672114 commit c440861
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docusaurus-plugin-content-docs/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ export async function buildAllRoutes(
// Add a catch-all route for 404 support if routeBasePath is "/".
// (see https://github.com/facebook/docusaurus/issues/9688)
if (param.options.routeBasePath === '/') {
subRoutes.push({
path: '/*',
component: '@docusaurus/ComponentCreator',
});
//subRoutes.push({
// path: '/*',
// component: '@docusaurus/ComponentCreator',
//});
}

// all docs routes are wrapped under a single parent route, this ensures
Expand Down

0 comments on commit c440861

Please sign in to comment.