We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2672114 commit c440861Copy full SHA for c440861
packages/docusaurus-plugin-content-docs/src/routes.ts
@@ -229,10 +229,10 @@ export async function buildAllRoutes(
229
// Add a catch-all route for 404 support if routeBasePath is "/".
230
// (see https://github.com/facebook/docusaurus/issues/9688)
231
if (param.options.routeBasePath === '/') {
232
- subRoutes.push({
233
- path: '/*',
234
- component: '@docusaurus/ComponentCreator',
235
- });
+ //subRoutes.push({
+ // path: '/*',
+ // component: '@docusaurus/ComponentCreator',
+ //});
236
}
237
238
// all docs routes are wrapped under a single parent route, this ensures
0 commit comments