Test prefetch
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
/ build-site (push) Successful in 1m0s
/ create-release (push) Successful in 5s
/ run-unlighthouse (push) Successful in 0s
/ auto-deploy-dockge (push) Successful in 3s
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
/ build-site (push) Successful in 1m0s
/ create-release (push) Successful in 5s
/ run-unlighthouse (push) Successful in 0s
/ auto-deploy-dockge (push) Successful in 3s
This commit is contained in:
parent
da582980b9
commit
90ac6d527c
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