Skip to content

Commit

Permalink
fix wrong locale meta
Browse files Browse the repository at this point in the history
  • Loading branch information
alipiry committed Aug 9, 2023
1 parent 34b3476 commit e9a09a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const metadata = {
alt: "Roqqet Media",
},
],
locale: "en_UK",
locale: "en_GB",
type: "website",
},
twitter: {
Expand Down

0 comments on commit e9a09a3

Please sign in to comment.