Skip to content

Commit

Permalink
Add "noreferrer" to the prerender indicator doc link (vercel#11005)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandabric authored and ScriptedAlchemy committed Mar 17, 2020
1 parent 3291b3d commit 633725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/client/dev/prerender-indicator.js
Expand Up @@ -94,7 +94,7 @@ function createContainer(prefix) {
<button id="${prefix}close" title="Hide indicator for session">
<span>×</span>
</button>
<a href="https://nextjs.org/docs#automatic-static-optimization-indicator" target="_blank">
<a href="https://nextjs.org/docs#automatic-static-optimization-indicator" target="_blank" rel="noreferrer">
<div id="${prefix}icon-wrapper">
<svg width="15" height="20" viewBox="0 0 60 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M36 3L30.74 41H8L36 3Z" fill="black"/>
Expand Down

0 comments on commit 633725c

Please sign in to comment.