Skip to content

Commit

Permalink
Prefer relative paths one more time thanks to SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp-sssup committed Oct 15, 2024
1 parent b1956d3 commit 0f30d22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="/tower.ico">
<link rel="shortcut icon" href="tower.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel='stylesheet' href='/scrollbar.css'>
<link rel='stylesheet' href='scrollbar.css'>
<!-- Serviceworker script that adds the COI and CORS headers to the response headers in cases where the server does not support it. -->
<script src="/serviceWorker.js"></script>
<script src="serviceWorker.js"></script>
<script defer data-domain="webvm.io" src="https://plausible.leaningtech.com/js/script.js"></script>
%sveltekit.head%
</head>
Expand Down

0 comments on commit 0f30d22

Please sign in to comment.