open graph
This commit is contained in:
parent
f1c50d8854
commit
0c4b8ecee4
2 changed files with 7 additions and 1 deletions
|
@ -22,11 +22,17 @@ import "../styles/main.css";
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<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" />
|
||||
<title>reidlab's site - {title}</title>
|
||||
<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! -->
|
||||
<!-- doesn't work without js, maybe add noscript element? -->
|
||||
<ViewTransitions />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue