Skip to content

Commit

Permalink
fix: update share text
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Feb 27, 2023
1 parent 814aebc commit 396de3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import Document, { Head, Html, Main, NextScript } from "next/document";

class MyDocument extends Document {
render() {
let description = "Summarize 哔哩哔哩 articles in seconds.";
let description = "Summarize 哔哩哔哩 videos in seconds.";
let ogimage = "https://b.jimmylv.cn/og-image.png";
let sitename = "techcrunchsummary.com";
let title = "哔哩哔哩 Summarizer";
let sitename = "b.jimmylv.cn";
let title = "哔哩哔哩 · 视频内容一键总结";

return (
<Html lang="en">
Expand Down
Binary file modified public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 396de3d

@vercel
Copy link

@vercel vercel bot commented on 396de3d Feb 27, 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.