Compare commits
No commits in common. "272806b28c47404a419e0873918834fa4614b31f" and "22e4a8fc70db05d7242edc926036d3c254f1aef6" have entirely different histories.
272806b28c
...
22e4a8fc70
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,2 +1 @@
|
|||
*.avif filter=lfs diff=lfs merge=lfs -text
|
||||
*.webp filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
1
public/fonts/.gitattributes
vendored
1
public/fonts/.gitattributes
vendored
|
@ -1 +0,0 @@
|
|||
*.woff filter=lfs diff=lfs merge=lfs -text
|
|
@ -17,7 +17,7 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
|
|||
<!-- Global Metadata -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
||||
<link rel="apple-touch-icon" href="/favicon.png">
|
||||
<meta property="og:image" content="https://dev.noway.moe/favicon.png" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
|
Loading…
Reference in a new issue