mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Adding twitter meta tags.
This commit is contained in:
parent
ac03e27081
commit
278ccc2bba
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ function MyApp({ Component, pageProps }) {
|
|||
/>
|
||||
<meta property="og:image" content="/penguin.svg" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
{/* <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" />
|
||||
<link
|
||||
rel="preload"
|
||||
href="/fonts/Josefin_Sans/static/JosefinSans-Regular.ttf"
|
||||
|
|
|
|||
Loading…
Reference in a new issue