Skip to content

Commit

Permalink
fix: open graph stavanger
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Oct 8, 2024
1 parent bf0d3a5 commit 3f6d385
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file added public/images/og-variant-stavanger.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/jobs/pages/oppstartsteam-stavanger.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: oppstartsteam-stavanger
contact_emails: [email protected], [email protected]
meta_title: Vi søker oppstartsteam til Variant Stavanger
meta_description: Vi søker deg som vil utvikle Stavanger – sammen med flere og sammen med oss!
meta_image: https://www.variant.no/images/cdo-bergen.jpg
meta_image: https://www.variant.no/images/og-variant-stavanger.png
---

## Vi søker dere som vil utvikle Stavanger!
Expand Down
2 changes: 1 addition & 1 deletion src/stavanger/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Stavanger: NextPage<InferGetStaticPropsType<typeof getStaticProps>> = ({
/>
<meta
property="og:image"
content="https://www.variant.no/images/bergen_meta.png"
content="https://www.variant.no/images/og-variant-stavanger.png"
key="og:image"
/>
</Head>
Expand Down
7 changes: 5 additions & 2 deletions src/stavanger/stavangervyer/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ export default function Layout({ children, title = 'Variant' }: LayoutProps) {
key="description"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.variant.no/stavanger/vyer" />
<meta
property="og:url"
content="https://www.variant.no/stavanger/vyer"
/>
<meta
property="og:image"
content="https://www.variant.no/og-header-min.png"
content="https://www.variant.no/images/og-variant-stavanger.png"
/>
</Head>

Expand Down

0 comments on commit 3f6d385

Please sign in to comment.