Skip to content

Commit 1a069e0

Browse files
committed
no log
1 parent 8328056 commit 1a069e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docusaurus.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ module.exports = {
297297

298298
const parsedUrl = parse(node.url);
299299
const isUrlInternal = isInternal(parsedUrl);
300-
if (!parsedUrl.pathname) console.log({ parsedUrl, nodeTitle: node.title });
301300
const url = isUrlInternal ? `${config.absoluteUrl}${parsedUrl.pathname}.md` : node.url;
302301

303302
if (isUrlInternal && !parsedUrl.pathname) return '';

0 commit comments

Comments
 (0)