mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Revert og image.
This commit is contained in:
parent
261104e4cc
commit
ac03e27081
1 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ import { SWRConfig } from 'swr';
|
|||
import Page from '../components/Page';
|
||||
import '../components/styles/nprogress.css';
|
||||
import fetch from '../lib/fetchJson';
|
||||
import penguin from '../public/penguin.svg';
|
||||
|
||||
Router.events.on('routeChangeStart', () => NProgress.start());
|
||||
Router.events.on('routeChangeComplete', () => NProgress.done());
|
||||
|
|
@ -40,7 +39,7 @@ function MyApp({ Component, pageProps }) {
|
|||
content="Wedding Website"
|
||||
key="ogsitename"
|
||||
/>
|
||||
<meta property="og:image" content={penguin} />
|
||||
<meta property="og:image" content="/penguin.svg" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<link
|
||||
rel="preload"
|
||||
|
|
|
|||
Loading…
Reference in a new issue