mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
feat: open graph
This commit is contained in:
BIN
packages/website/public/open-graph.png
Normal file
BIN
packages/website/public/open-graph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user