fix: logo for og protocol
This commit is contained in:
parent
5ca65c77cb
commit
b537b9d91f
@ -12,7 +12,7 @@ import Modal from "./Modal.astro";
|
|||||||
<meta content="Album" property="og:title" />
|
<meta content="Album" property="og:title" />
|
||||||
<meta content="Here's my photo album :)" property="og:description" />
|
<meta content="Here's my photo album :)" property="og:description" />
|
||||||
<meta content="https://myalbum.guams.fr" property="og:url" />
|
<meta content="https://myalbum.guams.fr" property="og:url" />
|
||||||
<meta content="https://myalbum.guams.fr/icon.webp" property="og:image" />
|
<meta content="https://myalbum.guams.fr/logo.webp" property="og:image" />
|
||||||
<meta content="#EF88AD" data-react-helmet="true" name="theme-color" />
|
<meta content="#EF88AD" data-react-helmet="true" name="theme-color" />
|
||||||
<link rel="icon" type="image/png+xml" href="/logo.webp" />
|
<link rel="icon" type="image/png+xml" href="/logo.webp" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user