Skip to content

Commit

Permalink
fix: url metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickCReis committed Apr 29, 2024
1 parent 6c8b059 commit 9a2e566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const preferredRegion = ["iad1"];
export const metadata: Metadata = {
metadataBase: new URL(
env.VERCEL_ENV === "production"
? "ponto-six.vercel.app"
? "https://ponto-six.vercel.app"
: "http://localhost:3000",
),
title: "Ponto",
Expand Down

0 comments on commit 9a2e566

Please sign in to comment.