Skip to content

Commit

Permalink
update metadata urls
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Feb 13, 2024
1 parent cd206bc commit cfae59b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ export const metadata: Metadata = {
alternates: {
canonical: config.siteUrl
},
manifest: '/manifest.json',
openGraph: {
title: config.siteName,
description: config.metaDescription,
type: 'website',
locale: 'en_US',
title: config.siteName,
type: 'website',
url: config.siteUrl,
images: [
{
Expand All @@ -34,11 +33,7 @@ export const metadata: Metadata = {
}
]
},
icons: {
icon: '/favicon.ico',
apple: '/icon.png',
shortcut: '/icon.png'
},
manifest: '/manifest.webmanifest',
verification: {
google: process.env.NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION || ''
}
Expand Down

0 comments on commit cfae59b

Please sign in to comment.