Test prefetch
This commit is contained in:
parent
da582980b9
commit
aadbe9f1c3
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.23",
|
||||
"version": "0.2.0-pre.24",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
import "@fontsource-variable/work-sans";
|
||||
import workSans from "@fontsource-variable/work-sans/files/work-sans-latin-wght-normal.woff2"
|
||||
|
||||
import Navbar from '../components/navbar/navbar.astro'
|
||||
import NavbarEntry from '../components/navbar/navbarEntry.astro'
|
||||
|
@ -73,6 +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="icon" type="image/ico" href="/favicon.ico" />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
<link href="https://mastodon.neshweb.net/@Firq" rel="me" />
|
||||
|
|
Loading…
Reference in a new issue