Re-enable prefetch because
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 11s
/ auto-deploy-dockge (push) Successful in 24s
/ build-site (push) Successful in 1m7s
/ run-unlighthouse (push) Successful in 0s
/ create-release (push) Successful in 6s

This commit is contained in:
Firq 2024-10-22 23:38:26 +02:00
parent 0e637384b6
commit d6fb3bccbe
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" />