Skip to content

Commit

Permalink
feat(project): add preconnect tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jun 8, 2021
1 parent 7ccc86b commit bec5608
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<meta property="og:image" content="/images/icon-256x256.png">
<link rel="icon" href="favicon.ico" type="image/x-icon" />

<!-- Pre-connect JW Player origins -->
<link rel="preconnect" href="https://content.jwplatform.com"/>
<link rel="preconnect" href="https://cdn.jwplayer.com"/>
<link rel="preconnect" href="https://jwpapp.com"/>

<!-- Safari web app -->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="/images/icon-152x152.png">
Expand Down

0 comments on commit bec5608

Please sign in to comment.