mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Lint project
This commit is contained in:
parent
23f368ac6c
commit
c450416d86
@ -17,7 +17,13 @@ const head: HeadConfig[] = [
|
||||
["meta", { name: "twitter:image", content: "/img/logo.png" }],
|
||||
|
||||
["meta", { property: "og:site_name", content: "Tachiyomi" }],
|
||||
["meta", { property: "og:description", content: "Read your favorite manga, webtoons, comics, and more – easier than ever on your Android." }],
|
||||
[
|
||||
"meta",
|
||||
{
|
||||
property: "og:description",
|
||||
content: "Read your favorite manga, webtoons, comics, and more – easier than ever on your Android.",
|
||||
},
|
||||
],
|
||||
["meta", { property: "og:locale", content: "en_US" }],
|
||||
["meta", { property: "og:type", content: "website" }],
|
||||
["meta", { property: "og:image", content: "/img/logo.png" }],
|
||||
|
Loading…
Reference in New Issue
Block a user