diff --git a/public/site.webmanifest b/public/site.webmanifest index 7b28b97..bc19373 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { "name": "Fix Security", - "short_name": "Fix Security", + "short_name": "Fix", "start_url": "./", "icons": [ { diff --git a/src/app/blog/tag/[slug]/page.tsx b/src/app/blog/tag/[slug]/page.tsx index b01d0f3..50deafe 100644 --- a/src/app/blog/tag/[slug]/page.tsx +++ b/src/app/blog/tag/[slug]/page.tsx @@ -35,7 +35,7 @@ export async function generateMetadata({ const url = `${siteConfig.url}/blog/tag/${params.slug}`; const title = `${tag.charAt(0).toUpperCase()}${tag.slice(1)} | Blog`; - const description = `Guides, how-tos, and news about ${tag} from the Fix Security team.`; + const description = `Guides, how-tos, and news from the Fix Security team.`; const ogImage = openGraph({ title, description, @@ -103,8 +103,7 @@ export default async function BlogTagPage({ {tagName.slice(1)}

- Guides, how-tos, and news about {tagName} from the Fix Security - team. + Guides, how-tos, and news about from the Fix Security team.

edge.node)} diff --git a/src/components/blog/BlogDraft.tsx b/src/components/blog/BlogDraft.tsx index a06029a..5a8ba2f 100644 --- a/src/components/blog/BlogDraft.tsx +++ b/src/components/blog/BlogDraft.tsx @@ -54,11 +54,16 @@ export default function BlogDraft({ ? draft.features.tableOfContents.items : undefined } + coverImage={draft.coverImage?.url} /> )}