Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Open Code Review</title>
<meta name="description" content="The open source code review agent." />

<!-- Open Graph / social preview (iMessage, WeChat, Slack, Facebook, ...) -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Open Code Review" />
<meta property="og:url" content="https://open-codereview.ai/" />
<meta property="og:title" content="Open Code Review" />
<meta property="og:description" content="The open source code review agent." />
<meta property="og:image" content="https://open-codereview.ai/og-image.png" />

<!-- Twitter / X -->
<meta name="twitter:card" content="summary" />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Minor suggestion: Consider using summary_large_image instead of summary for the Twitter card type if you want the image to be displayed prominently in link previews. The summary card type shows a small thumbnail, while summary_large_image displays a full-width image, which typically results in better engagement. If the small thumbnail is intentional, this can be ignored.

<meta name="twitter:title" content="Open Code Review" />
<meta name="twitter:description" content="The open source code review agent." />
<meta name="twitter:image" content="https://open-codereview.ai/og-image.png" />

<link rel="icon" type="image/svg+xml" href="<%= require('./logo.svg') %>" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
Binary file added pages/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.
Loading