Skip to content

Commit e34bd78

Browse files
committed
return ''
1 parent fd5936a commit e34bd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ module.exports = {
293293
remarkStringify: {
294294
handlers: {
295295
link: (node) => {
296-
if (node.title?.startsWith('Direct link to')) return null;
296+
if (node.title?.startsWith('Direct link to')) return '';
297297

298298
const parsedUrl = parse(node.url);
299299
const isUrlInternal = isInternal(parsedUrl);

0 commit comments

Comments
 (0)