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 Page from '../components/Page';
|
||||||
import '../components/styles/nprogress.css';
|
import '../components/styles/nprogress.css';
|
||||||
import fetch from '../lib/fetchJson';
|
import fetch from '../lib/fetchJson';
|
||||||
import penguin from '../public/penguin.svg';
|
|
||||||
|
|
||||||
Router.events.on('routeChangeStart', () => NProgress.start());
|
Router.events.on('routeChangeStart', () => NProgress.start());
|
||||||
Router.events.on('routeChangeComplete', () => NProgress.done());
|
Router.events.on('routeChangeComplete', () => NProgress.done());
|
||||||
|
|
@ -40,7 +39,7 @@ function MyApp({ Component, pageProps }) {
|
||||||
content="Wedding Website"
|
content="Wedding Website"
|
||||||
key="ogsitename"
|
key="ogsitename"
|
||||||
/>
|
/>
|
||||||
<meta property="og:image" content={penguin} />
|
<meta property="og:image" content="/penguin.svg" />
|
||||||
<meta property="og:locale" content="en_US" />
|
<meta property="og:locale" content="en_US" />
|
||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue