Skip to content

Commit 0f30d22

Browse files
committed
Prefer relative paths one more time thanks to SSR
1 parent b1956d3 commit 0f30d22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<meta name="apple-mobile-web-app-capable" content="yes" />
2424
<meta name="mobile-web-app-capable" content="yes" />
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
26-
<link rel="shortcut icon" href="/tower.ico">
26+
<link rel="shortcut icon" href="tower.ico">
2727
<link rel="preconnect" href="https://fonts.googleapis.com">
2828
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
29-
<link rel='stylesheet' href='/scrollbar.css'>
29+
<link rel='stylesheet' href='scrollbar.css'>
3030
<!-- Serviceworker script that adds the COI and CORS headers to the response headers in cases where the server does not support it. -->
31-
<script src="/serviceWorker.js"></script>
31+
<script src="serviceWorker.js"></script>
3232
<script defer data-domain="webvm.io" src="https://plausible.leaningtech.com/js/script.js"></script>
3333
%sveltekit.head%
3434
</head>

0 commit comments

Comments
 (0)