Skip to content

Commit 6de9969

Browse files
Merge pull request #135 from testsigmahq/fix/reverse-merge
reverse merged
2 parents 9ee5d05 + 0208472 commit 6de9969

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/components/seo.jsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,6 @@ function SEO({
206206
type='text/markdown'
207207
href={`https://testsigma.com${(slug || '').replace(/\/$/, '')}.md`}
208208
/>
209-
210-
{/* Algolia Instantsearch IE11 support v3 */}
211-
{/* <script src="https://polyfill.io/v3/polyfill.min.js?features=default,Array.prototype.find,Array.prototype.includes" /> */}
212-
{/* */}
213-
{/* Algolia Instantsearch IE11 support v4 */}
214-
<link rel='dns-prefetch' href='https://polyfill.io' />
215-
<link crossOrigin rel='preconnect' href='https://polyfill.io' />
216-
<script src='https://polyfill.io/v3/polyfill.min.js?features=default%2CArray.prototype.find%2CArray.prototype.includes%2CPromise%2CObject.assign%2CObject.entries' />
217-
{/* Algolia API v4 IE11 support */}
218-
<script src='https://polyfill.io/v3/polyfill.min.js?features=Promise%2CObject.entries%2CObject.assign' />
219209
<script
220210
async
221211
defer

0 commit comments

Comments
 (0)