We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6908c7c commit 21a184dCopy full SHA for 21a184d
content/.gitkeep
quartz/plugins/transformers/links.ts
@@ -62,6 +62,7 @@ export const CrawlLinks: QuartzTransformerPlugin<Partial<Options> | undefined> =
62
classes.push(isExternal ? "external" : "internal")
63
64
if (isExternal && opts.externalLinkIcon) {
65
+ node.properties.rel = "external nofollow";
66
node.children.push({
67
type: "element",
68
tagName: "svg",
0 commit comments