Re-enable prefetch because

This commit is contained in:
Firq 2024-10-22 23:38:26 +02:00
parent 0e637384b6
commit b017f6b315
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.26",
"version": "0.2.0-pre.27",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -74,7 +74,7 @@ const mapped_navdata = navdata.map((item) => ({
<!-- Disable DarkReader, as site is already in dark mode -->
<meta name="darkreader-lock" content="this site only has darkmode">
<!-- Links -->
<!-- <link rel="preload" as="font" crossorigin="anonymous" href={workSans} type="font/woff2"/> -->
<link rel="preload" as="font" crossorigin="anonymous" href={workSans} type="font/woff2"/>
<link rel="icon" type="image/ico" href="/favicon.ico" />
<link rel="sitemap" href="/sitemap-index.xml" />
<link href="https://mastodon.neshweb.net/@Firq" rel="me" />