Skip to content

Commit

Permalink
fix(docs): Fixed open-graph language.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Nov 23, 2023
1 parent d33c174 commit ae2cb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/Page/PageHead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const currentAddress = `${runtimeConfig.public.url}${route.path}`
<Meta name="og:site_name" :content="siteMeta.title" />
<Meta name="og:url" :content="currentAddress" />
<Meta name="og:image" :content="openGraphImage" />
<Meta name="og:locale" content="fr" />
<Meta name="og:locale" content="en" />
<Meta name="twitter:card" :content="twitterCard" />
<Meta name="twitter:title" :content="title" />
<Meta name="twitter:description" :content="description" />
Expand Down

0 comments on commit ae2cb62

Please sign in to comment.