Add selfhosted analytics

Set up cloudflare, gave weird dns logs
This commit is contained in:
Shav Kinderlehrer 2024-05-11 12:08:24 -04:00
parent da5de46fa3
commit 3c2f30902d
16 changed files with 1 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
.npmrc Normal file → Executable file
View File

0
.prettierignore Normal file → Executable file
View File

0
.prettierrc Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
src/app.css Normal file → Executable file
View File

0
src/app.d.ts vendored Normal file → Executable file
View File

1
src/app.html Normal file → Executable file
View File

@ -6,6 +6,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"><link rel="icon" href="%sveltekit.assets%/favicon.png" />
<script defer src="https://metrics.omm.fo/script.js" data-website-id="5d1d4261-46d9-4427-a965-2487fac0b3f2"></script>
<meta name="viewport" content="width=device-width" />
%sveltekit.head%

0
src/lib/elem/block.svelte Normal file → Executable file
View File

0
src/routes/+page.svelte Normal file → Executable file
View File

0
static/favicon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 212 KiB

0
svelte.config.js Normal file → Executable file
View File

0
tsconfig.json Normal file → Executable file
View File

0
vite.config.ts Normal file → Executable file
View File

0
yarn.lock Normal file → Executable file
View File