Skip to content

Commit

Permalink
docs: fix meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Nov 22, 2024
1 parent 961be10 commit 4d6426e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/utils/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const mapLocale = (
} => ({
description: msg.description,
head: [
['meta', { content: msg.title, property: 'application-name' }],
['meta', { content: msg.title, property: 'apple-mobile-web-app-title' }],
['meta', { content: msg.title, name: 'application-name' }],
['meta', { content: msg.title, name: 'apple-mobile-web-app-title' }],
['meta', { content: msg.title, property: 'og:site_name' }],
['meta', { content: msg.description, property: 'og:description' }],
['meta', { content: lang, property: 'og:locale' }],
Expand Down

0 comments on commit 4d6426e

Please sign in to comment.