Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Fixing unfurl image in Slack #138

Closed
wants to merge 15 commits into from
Prev Previous commit
update image meta tag
Techneaux authored Apr 25, 2023
commit 5269ca1b6793c717ee9aece357f81121f733edf3
2 changes: 2 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -54,10 +54,12 @@ export default function App({ Component, pageProps }: AppProps) {
<meta property="og:url" content={origin} />
<meta property="og:title" content="Ocelot Consulting" />
<meta property="og:description" content="Modern solutions for companies seeking to innovate" />
<meta property="og:image" content={`${origin}/assets/index/services.jpg`} />
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content={origin} />
<meta property="twitter:title" content="Ocelot Consulting" />
<meta property="twitter:description" content="Modern solutions for companies seeking to innovate" />
<meta property="twitter:image" content={`${origin}/assets/index/services.jpg`} />
</Head>
<Script
src="https://www.googletagmanager.com/gtag/js?id=UA-84294052-1"