Skip to content

Commit

Permalink
feat: preconnect to xivapi
Browse files Browse the repository at this point in the history
  • Loading branch information
CostasAK committed Jul 25, 2024
1 parent 32d8a01 commit bd2e1b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@

<!-- oEmbed -->
<link type="application/json+oembed" href="/oembed.json?v=1" />

<!-- Preconnects -->
<link rel="preconnect" href="https://xivapi.com" crossorigin="" />
</head>
<body>
<div id="root" class="flex h-dvh flex-col"></div>
Expand Down

0 comments on commit bd2e1b7

Please sign in to comment.