Compare commits
2 commits
90ac6d527c
...
f4e8a39c08
Author | SHA1 | Date | |
---|---|---|---|
f4e8a39c08 | |||
cf84c65beb |
4 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.24",
|
||||
"version": "0.2.0-pre.25",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -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" />
|
||||
|
|
BIN
static/.original.favicon.ico
Normal file
BIN
static/.original.favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
Binary file not shown.
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in a new issue