Skip to content

Commit

Permalink
fix: update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Feb 28, 2023
1 parent ddaa6fb commit 15269cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ import Document, { Head, Html, Main, NextScript } from "next/document";

class MyDocument extends Document {
render() {
let description = "Summarize 哔哩哔哩 videos in seconds.";
let description = "B 站视频内容一键总结(支持 iOS 快捷指令)";
let ogimage = "https://b.jimmylv.cn/og-image.png";
let sitename = "b.jimmylv.cn";
let title = "哔哩哔哩 · 视频内容一键总结";

return (
<Html lang="en">
<Head>
<link rel="icon" href="/favicon.ico" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐣</text></svg>"
/>
<meta name="description" content={description} />
<meta property="og:site_name" content={sitename} />
<meta property="og:description" content={description} />
Expand Down

1 comment on commit 15269cd

@vercel
Copy link

@vercel vercel bot commented on 15269cd Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.