feat: open graph

This commit is contained in:
iCrawl
2022-09-03 04:48:33 +02:00
parent f79ccb4971
commit a7ad7e75ce
2 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -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 />