Faster CI runs
This commit is contained in:
parent
109c3036c9
commit
ec8d6a7359
26 changed files with 242 additions and 207 deletions
|
@ -272,7 +272,13 @@ function renderNode({
|
|||
!isLinkSneaky(node.url)
|
||||
) {
|
||||
return (
|
||||
<a key={key} className={formattingClasses} href={node.url}>
|
||||
<a
|
||||
key={key}
|
||||
className={formattingClasses}
|
||||
href={node.url}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
{content}
|
||||
</a>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue