Skip to content

Commit

Permalink
feat(app): add twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Nov 13, 2023
1 parent 0bb337c commit 0a5c112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added packages/app/public/twitter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/app/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ function followSearch(params: Record<string, string>) {
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="sitemap" href="/sitemap-index.xml" />
<meta name="generator" content={Astro.generator} />

<meta property="og:title" content={title} />
<meta property="og:description" content="動漫花園 3-rd party mirror site and API endpoint" />
<meta property="og:image" content="http://garden.onekuma.cn/twitter.jpg" />

<title>{title}</title>
<ViewTransitions />
</head>
Expand Down

0 comments on commit 0a5c112

Please sign in to comment.