Skip to content

Commit

Permalink
fix(constants): use correct og locale format
Browse files Browse the repository at this point in the history
  • Loading branch information
Epoxide committed Aug 26, 2024
1 parent 8408dac commit ea8838f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/constants/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const META = {
THEME_COLOR: 'rgb(35, 38, 40)',
SITE_NAME: 'epoxide',
URL: 'https://epoxide.se',
LOCALE: 'en-US',
LOCALE: 'en_US',
TYPE: 'website',
OG_IMAGE: '/opengraph-image.png',
TWITTER_IMAGE: '/twitter-image.png',
Expand Down

0 comments on commit ea8838f

Please sign in to comment.