Skip to content

Commit

Permalink
include og:url
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf committed Feb 18, 2024
1 parent 6c37749 commit 1ae394c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { AppRouterCacheProvider } from '@mui/material-nextjs/v14-appRouter';
import { getCldOgImageUrl } from 'next-cloudinary';

import AppLayout from '@/components/AppLayout';
import getBaseUrl from './lib/getBaseUrl';

export const metadata: Metadata = {
title: {
Expand All @@ -31,6 +32,7 @@ export const metadata: Metadata = {
creator: 'Nichole Frey',
publisher: 'Nichole Frey',
openGraph: {
url: getBaseUrl(),
images: [
{
width: 1200,
Expand Down

0 comments on commit 1ae394c

Please sign in to comment.