Skip to content

Commit c440861

Browse files
committed
try this?
1 parent 2672114 commit c440861

File tree

1 file changed

+4
-4
lines changed
  • packages/docusaurus-plugin-content-docs/src

1 file changed

+4
-4
lines changed

packages/docusaurus-plugin-content-docs/src/routes.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ export async function buildAllRoutes(
229229
// Add a catch-all route for 404 support if routeBasePath is "/".
230230
// (see https://github.com/facebook/docusaurus/issues/9688)
231231
if (param.options.routeBasePath === '/') {
232-
subRoutes.push({
233-
path: '/*',
234-
component: '@docusaurus/ComponentCreator',
235-
});
232+
//subRoutes.push({
233+
// path: '/*',
234+
// component: '@docusaurus/ComponentCreator',
235+
//});
236236
}
237237

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

0 commit comments

Comments
 (0)