Skip to content

Commit 77d2cfc

Browse files
committed
stats! (added to header)
1 parent 70f96de commit 77d2cfc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
typeof import('data:text/javascript,export default 123') === 'object';
1111

1212
if (!ok) {
13-
window.location.href = '/unsupported-browser.html';
13+
window.location.href = '/unsupported-browser.html';
1414
}
1515
} catch (_) {
1616
window.location.href = '/unsupported-browser.html';
@@ -43,6 +43,9 @@
4343
<!-- <link rel="manifest" href="/manifest.json" /> -->
4444
<link rel="icon" type="image/x-icon" href="waves_flipped.png" />
4545
<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+
4649
%sveltekit.head%
4750
</head>
4851

0 commit comments

Comments
 (0)