mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Update site metadata and OG image
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 53 KiB |
@@ -38,9 +38,9 @@ export const metadata: Metadata = {
|
|||||||
canonical: "/",
|
canonical: "/",
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Better-T-Stack | Type-Safe TypeScript Project Scaffolding",
|
title: "Better T Stack",
|
||||||
description:
|
description:
|
||||||
"Create modern full-stack TypeScript applications with complete type safety from database to frontend",
|
"A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
||||||
url: "https://better-t-stack.pages.dev",
|
url: "https://better-t-stack.pages.dev",
|
||||||
siteName: "Better-T-Stack",
|
siteName: "Better-T-Stack",
|
||||||
images: [
|
images: [
|
||||||
@@ -48,7 +48,7 @@ export const metadata: Metadata = {
|
|||||||
url: "/image.png",
|
url: "/image.png",
|
||||||
width: 1200,
|
width: 1200,
|
||||||
height: 630,
|
height: 630,
|
||||||
alt: "Better-T-Stack Logo and Tagline",
|
alt: "Better-T-Stack",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
locale: "en_US",
|
locale: "en_US",
|
||||||
@@ -56,9 +56,9 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image",
|
||||||
title: "Better-T-Stack | Type-Safe TypeScript Project Scaffolding",
|
title: "Better T Stack",
|
||||||
description:
|
description:
|
||||||
"Create modern TypeScript applications with complete type safety from frontend to backend",
|
"A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
||||||
images: ["/image.png"],
|
images: ["/image.png"],
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
|
|||||||
Reference in New Issue
Block a user