Compare commits
2 commits
22e4a8fc70
...
272806b28c
Author | SHA1 | Date | |
---|---|---|---|
Akemi Izuko | 272806b28c | ||
Akemi Izuko | 97f3a6c1df |
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +1,2 @@
|
|||
*.avif filter=lfs diff=lfs merge=lfs -text
|
||||
*.webp filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
1
public/fonts/.gitattributes
vendored
Normal file
1
public/fonts/.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.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/svg+xml" href="/favicon.png" />
|
||||
<link rel="icon" type="image/png" 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