fix: remove references to ahrefs analytics from template
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 2m14s
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 2m14s
This commit is contained in:
@@ -19,15 +19,11 @@ const {
|
|||||||
<Head>
|
<Head>
|
||||||
<ClientRouter />
|
<ClientRouter />
|
||||||
<slot name="head" />
|
<slot name="head" />
|
||||||
<script is:inline src="https://analytics.ahrefs.com/analytics.js" data-key="+FHMgRP7/Duxaq5D0gZtJw" async></script>
|
|
||||||
|
|
||||||
<!-- Preload critical resources -->
|
<!-- Preload critical resources -->
|
||||||
<link rel="preload" href="/fonts/ClashDisplay/ClashDisplay-Semibold.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/ClashDisplay/ClashDisplay-Semibold.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
<link rel="preload" href="/fonts/Lexend/Lexend-Regular.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Lexend/Lexend-Regular.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<!-- DNS prefetch for external resources -->
|
|
||||||
<link rel="dns-prefetch" href="//analytics.ahrefs.com" />
|
|
||||||
|
|
||||||
<script is:inline data-astro-rerun>
|
<script is:inline data-astro-rerun>
|
||||||
(function() {
|
(function() {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user