We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8328056 commit 1a069e0Copy full SHA for 1a069e0
docusaurus.config.js
@@ -297,7 +297,6 @@ module.exports = {
297
298
const parsedUrl = parse(node.url);
299
const isUrlInternal = isInternal(parsedUrl);
300
- if (!parsedUrl.pathname) console.log({ parsedUrl, nodeTitle: node.title });
301
const url = isUrlInternal ? `${config.absoluteUrl}${parsedUrl.pathname}.md` : node.url;
302
303
if (isUrlInternal && !parsedUrl.pathname) return '';
0 commit comments