Skip to content

Commit

Permalink
Merge pull request #37 from agility/app-router-upgrade
Browse files Browse the repository at this point in the history
found a random char
  • Loading branch information
joelvarty authored Oct 14, 2023
2 parents 063844f + 34779b1 commit 1cccbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cms-content/resolveAgilityMetaData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const resolveAgilityMetaData = async ({ agilityData, locale, sitemap, isD
//#endregion

const metaData: Metadata = {
title: `${agilityData.sitemapNode?.title} | ${header?.siteName || ""}}`,
title: `${agilityData.sitemapNode?.title} | ${header?.siteName || ""}`,
description: agilityData.page?.seo?.metaDescription,
keywords: agilityData.page?.seo?.metaKeywords,
openGraph: {
Expand Down

1 comment on commit 1cccbdf

@vercel
Copy link

@vercel vercel bot commented on 1cccbdf Oct 14, 2023

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.