We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f96de commit 77d2cfcCopy full SHA for 77d2cfc
src/app.html
@@ -10,7 +10,7 @@
10
typeof import('data:text/javascript,export default 123') === 'object';
11
12
if (!ok) {
13
- window.location.href = '/unsupported-browser.html';
+ window.location.href = '/unsupported-browser.html';
14
}
15
} catch (_) {
16
window.location.href = '/unsupported-browser.html';
@@ -43,6 +43,9 @@
43
<!-- <link rel="manifest" href="/manifest.json" /> -->
44
<link rel="icon" type="image/x-icon" href="waves_flipped.png" />
45
<link rel="stylesheet" href="https://use.typekit.net/bis1pqi.css" />
46
+
47
+ <script defer src="https://stats.allmaps.org/script.js" data-website-id="53da7c24-8f6f-49aa-a55f-3e1c886585e5"></script>
48
49
%sveltekit.head%
50
</head>
51
0 commit comments