diff --git a/plugins/plugin-md-power/src/node/enhance/links.ts b/plugins/plugin-md-power/src/node/enhance/links.ts index 0920612c..91f2a7ff 100644 --- a/plugins/plugin-md-power/src/node/enhance/links.ts +++ b/plugins/plugin-md-power/src/node/enhance/links.ts @@ -44,7 +44,6 @@ export function linksPlugin(md: Markdown): void { // convert starting tag of internal link hasOpenInternalLink = true token.tag = internalTag - token.attrJoin(':no-icon', 'true') const matched = hrefLink.match(/^([^#?]*?(?:\/|\.md|\.html))([#?].*)?$/) diff --git a/theme/src/client/components/Posts/VPPostItem.vue b/theme/src/client/components/Posts/VPPostItem.vue index cf82a5aa..3437146c 100644 --- a/theme/src/client/components/Posts/VPPostItem.vue +++ b/theme/src/client/components/Posts/VPPostItem.vue @@ -116,7 +116,7 @@ const coverStyles = computed(() => {