Skip to content

Commit

Permalink
fix: image on open graph (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasG04 authored Mar 26, 2022
1 parent fee72e8 commit f945b2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ const App: NextPage<AppProps> = ({ Component, pageProps }) => {
locale: 'en_GB',
url: 'https://prom.kim',
site_name: 'Kimberley College Prom',
images: [
{
url: 'https://prom.kim/kimberley_logo.png',
type: 'image/png',
width: 400,
height: 400,
},
],
}}
additionalLinkTags={[
{
Expand Down

1 comment on commit f945b2e

@vercel
Copy link

@vercel vercel bot commented on f945b2e Mar 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.