Skip to content

Commit

Permalink
fix: Shared URL is missing meta tag (#68)
Browse files Browse the repository at this point in the history
* build(deps): bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)

---
updated-dependencies:
- dependency-name: hosted-git-info
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: Update meta tags within 404 page

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
focaaby and dependabot[bot] authored Jan 8, 2022
1 parent befef04 commit f019c3a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
34 changes: 33 additions & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,39 @@
<html>
<head>
<meta charset="utf-8" />
<title>Single Page Apps for GitHub Pages</title>
<meta name="google-site-verification" content="PbrT01BRjBCs2sWVkzuOueL39EEMgPTodtRy3YXNYLU" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#05b39c" />
<meta name="msapplication-TileColor" content="#05b39c" />
<meta name="theme-color" content="#05b39c" />

<!-- HTML Meta Tags -->
<title>台灣電子書搜尋</title>
<meta name="description" content="台灣電子書搜尋服務,一次搜齊 9 間台灣線上書店" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://taiwan-ebook-lover.github.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="台灣電子書搜尋" />
<meta property="og:description" content="台灣電子書搜尋服務,一次搜齊 9 間台灣線上書店" />
<meta
property="og:image"
content="https://github.com/Taiwan-Ebook-Lover/Taiwan-Ebook-Lover.github.io/raw/dev/src/assets/ebook-logo.png"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="taiwan-ebook-lover.github.io" />
<meta property="twitter:url" content="https://taiwan-ebook-lover.github.io" />
<meta name="twitter:title" content="台灣電子書搜尋" />
<meta name="twitter:description" content="台灣電子書搜尋服務,一次搜齊 9 間台灣線上書店" />
<meta
name="twitter:image"
content="https://github.com/Taiwan-Ebook-Lover/Taiwan-Ebook-Lover.github.io/raw/dev/src/assets/ebook-logo.png"
/>
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3965,9 +3965,9 @@ hook-std@^2.0.0:
integrity sha512-zZ6T5WcuBMIUVh49iPQS9t977t7C0l7OtHrpeMb5uk48JdflRX0NSFvCekfYNmGQETnLq9W/isMyHl69kxGi8g==

hosted-git-info@^2.1.4:
version "2.8.8"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
version "2.8.9"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==

hosted-git-info@^4.0.0, hosted-git-info@^4.0.1, hosted-git-info@^4.0.2:
version "4.0.2"
Expand Down

0 comments on commit f019c3a

Please sign in to comment.