mirror of
https://github.com/trafficlunar/website.git
synced 2026-05-13 13:07:48 +00:00
fix: broken analytics
This commit is contained in:
parent
d23f8486fc
commit
13155672a8
2 changed files with 1 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ import ProfilePicture from "../../public/pfp.webp";
|
||||||
],
|
],
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
<script defer src="https://analytics.trafficlunar.net/script.js" data-website-id="2d668943-f1ae-418e-a2ba-c164f354c59c"></script>
|
<script defer src="https://analytics.trafficlunar.net/script.js" data-website-id="ae3cd51f-1fc8-474e-9d2f-59d488974f51"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-base text-text flex flex-col items-center px-8">
|
<body class="bg-base text-text flex flex-col items-center px-8">
|
||||||
<a href="/" aria-label="trafficlunar logo" transition:persist>
|
<a href="/" aria-label="trafficlunar logo" transition:persist>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ import LocationIcon from "../assets/icons/location.svg";
|
||||||
<p class="mt-2">If you're looking to contact me, here are the best ways from fastest to slowest response:</p>
|
<p class="mt-2">If you're looking to contact me, here are the best ways from fastest to slowest response:</p>
|
||||||
<ol class="list-decimal pl-8 text-sm mt-2">
|
<ol class="list-decimal pl-8 text-sm mt-2">
|
||||||
<li>Discord <span class="text-surface2">(fastest, within a day or two)</span></li>
|
<li>Discord <span class="text-surface2">(fastest, within a day or two)</span></li>
|
||||||
<li>Twitter <span class="text-surface2">(fastest)</span></li>
|
|
||||||
<li>Reddit <span class="text-surface2">(fast)</span></li>
|
<li>Reddit <span class="text-surface2">(fast)</span></li>
|
||||||
<li>Email <span class="text-surface2">(really slow, within days or even a month, probably weeks tbh)</span></li>
|
<li>Email <span class="text-surface2">(really slow, within days or even a month, probably weeks tbh)</span></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue