Skip to content
Snippets Groups Projects
Verified Commit 537d6a21 authored by insert's avatar insert
Browse files

Add open graph.

parent c25b5e4b
No related merge requests found
......@@ -23,6 +23,16 @@ export default function Home() {
<Head>
<title>Revolt</title>
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=0.75, user-scalable=0"></meta>
<meta property="og:title" content="REVOLT" />
<meta property="og:description" content="Don't bother with chat apps that don't respect your privacy. REVOLT is a brand new chat platform designed around you." />
<meta property="og:url" content="https://revolt.chat" />
<meta property="og:image" content="/embed.png" />
<meta property="twitter:card" content="summary_large_image"></meta>
<meta property="twitter:image" content="/embed.png"></meta>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="720" />
</Head>
<main>
......
public/embed.png

37.1 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment