Skip to content

Commit

Permalink
chore: Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickCReis committed Apr 29, 2024
1 parent 9513416 commit ef2883a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions apps/nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ export const preferredRegion = ["iad1"];
export const metadata: Metadata = {
metadataBase: new URL(
env.VERCEL_ENV === "production"
? "https://turbo.t3.gg"
? "ponto-six.vercel.app"
: "http://localhost:3000",
),
title: "Create T3 Turbo",
description: "Simple monorepo with shared backend for web & mobile apps",
title: "Ponto",
description: "Simples e Ponto",
openGraph: {
title: "Create T3 Turbo",
description: "Simple monorepo with shared backend for web & mobile apps",
url: "https://create-t3-turbo.vercel.app",
siteName: "Create T3 Turbo",
title: "Ponto",
description: "Simples e Ponto",
url: "https://ponto-six.vercel.app",
siteName: "Ponto",
},
twitter: {
card: "summary_large_image",
site: "@jullerino",
creator: "@jullerino",
site: "@erickreis25",
creator: "@erickreis25",
},
};

Expand Down

0 comments on commit ef2883a

Please sign in to comment.