Skip to content

Commit

Permalink
feat: open graph
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Sep 3, 2022
1 parent f79ccb4 commit a7ad7e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added packages/website/public/open-graph.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions packages/website/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@ export default class _Document extends Document {
<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="#090a16" />

<meta name="apple-mobile-web-app-title" content="discord.js" />
<meta name="application-name" content="discord.js" />
<meta name="msapplication-TileColor" content="#090a16" />
<meta name="theme-color" content="#1a1b1e" />
<meta
name="description"
content="discord.js is a powerful Node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend."
/>
<meta property="og:title" content="discord.js" />
<meta property="og:image" content="https://discordjs.dev/open-graph.png" />
</Head>
<body>
<Main />
Expand Down

1 comment on commit a7ad7e7

@vercel
Copy link

@vercel vercel bot commented on a7ad7e7 Sep 3, 2022

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.