mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Fix twitter image.
This commit is contained in:
parent
bdbcc1b85d
commit
45bc37d618
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const Layout = ({ children }) => (
|
|||
{/* <meta name="twitter:url" content="https://" /> */}
|
||||
<meta name="twitter:title" content="Wedding Website" />
|
||||
<meta name="twitter:description" content="Wedding Website" />
|
||||
<meta name="twitter:image" content="/b_shell_nut_favicon.png" />
|
||||
<meta name="twitter:image" content="/penguin.svg" />
|
||||
</Head>
|
||||
<noscript>
|
||||
<h1>Please enable JavaScript to view our site.</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue