Skip to content

Commit bbcf5b2

Browse files
authored
Merge pull request #120 from postmanlabs/develop
DEV -> PROD
2 parents d96a295 + 0601ca0 commit bbcf5b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/seo.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
].concat(meta)}
9696
>
9797
<link rel="preconnect" href="https://voyager.postman.com" crossorigin />
98-
<link href="https://voyager.postman.com/font/fonts.css" rel="stylesheet" />
98+
<link rel="preload" href="https://voyager.postman.com/font/fonts.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
99+
<noscript>{`<link href="https://voyager.postman.com/font/fonts.css" rel="stylesheet" type="text/css" />`}</noscript>
99100
{/* OneTrust */}
100101
<script type="text/javascript" src="https://cdn.cookielaw.org/consent/1cef3369-6d07-4928-b977-2d877eb670c4/OtAutoBlock.js" />
101102
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="1cef3369-6d07-4928-b977-2d877eb670c4" />
@@ -106,6 +107,7 @@
106107
{/* Algolia Instantsearch IE11 support v4 */}
107108
<link rel="dns-prefetch" href="https://polyfill.io" />
108109
<link crossOrigin rel="preconnect" href="https://polyfill.io" />
110+
<script async src="https://polyfill.io/v3/polyfill.min.js?features=default%2CArray.prototype.find%2CArray.prototype.includes%2CPromise%2CObject.assign%2CObject.entries"></script>
109111
</Helmet>
110112
);
111113
}

0 commit comments

Comments
 (0)