diff --git a/config/plugins/markdown.js b/config/plugins/markdown.js index 01fd6b9..733d20d 100644 --- a/config/plugins/markdown.js +++ b/config/plugins/markdown.js @@ -37,7 +37,6 @@ const markdownLib = markdownIt({ return href.match(/^https?:\/\//); }, attrs: { - target: '_blank', rel: 'noopener' } }