mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-14 08:02:16 +00:00
Add Analytics
Pre-connect to websites Fix icon
This commit is contained in:
parent
caa5cf6751
commit
32e3dec3e8
2 changed files with 21 additions and 1 deletions
BIN
public/leg.webp
Normal file
BIN
public/leg.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
|
@ -35,14 +35,34 @@ const { title, plugins, seo } = Astro.props;
|
|||
<link
|
||||
rel="icon"
|
||||
type="image/webp"
|
||||
href="/src/assets/leg.webp"
|
||||
href="/leg.webp"
|
||||
/>
|
||||
|
||||
<link
|
||||
rel="preconnect"
|
||||
href="https://api.fontshare.com"
|
||||
>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://api.fontshare.com/v2/css?f[]=jet-brains-mono@400&f[]=general-sans@1&display=swap"
|
||||
/>
|
||||
|
||||
<link
|
||||
rel="preconnect"
|
||||
href="https://plausible.leggy.dev"
|
||||
>
|
||||
<script
|
||||
is:inline
|
||||
defer
|
||||
data-domain="gay.leggy.dev"
|
||||
src="https://plausible.leggy.dev/js/script.js"
|
||||
></script>
|
||||
|
||||
{plugins?.katex && (
|
||||
<link
|
||||
rel="preconnect"
|
||||
href="https://cdn.jsdelivr.net"
|
||||
>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/katex.min.css"
|
||||
|
|
Loading…
Add table
Reference in a new issue