open graph
This commit is contained in:
parent
f1c50d8854
commit
0c4b8ecee4
2 changed files with 7 additions and 1 deletions
BIN
public/preview.png
Normal file
BIN
public/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 KiB |
|
@ -22,11 +22,17 @@ import "../styles/main.css";
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<link rel="shortcut icon" href="/favicon.gif">
|
<link rel="shortcut icon" href="/favicon.gif" />
|
||||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||||
<title>reidlab's site - {title}</title>
|
<title>reidlab's site - {title}</title>
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
|
|
||||||
|
<meta property="og:title" content={`reidlab's site - ${title}`} />
|
||||||
|
<meta property="og:description" content={description} />
|
||||||
|
<meta property="og:image" content="/preview.png" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content={Astro.url.href} />
|
||||||
|
|
||||||
<!-- view transitions. actually fucking magical! -->
|
<!-- view transitions. actually fucking magical! -->
|
||||||
<!-- doesn't work without js, maybe add noscript element? -->
|
<!-- doesn't work without js, maybe add noscript element? -->
|
||||||
<ViewTransitions />
|
<ViewTransitions />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue