mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
refactor: open graph fixes
This commit is contained in:
@@ -22,10 +22,16 @@ export default class _Document extends Document {
|
|||||||
<meta name="theme-color" content="#1a1b1e" />
|
<meta name="theme-color" content="#1a1b1e" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
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."
|
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:site_name" content="discord.js" />
|
||||||
<meta property="og:title" content="discord.js" />
|
<meta property="og:title" content="discord.js" />
|
||||||
|
<meta
|
||||||
|
name="og: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:image" content="https://discordjs.dev/open-graph.png" />
|
<meta property="og:image" content="https://discordjs.dev/open-graph.png" />
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
</Head>
|
</Head>
|
||||||
<body>
|
<body>
|
||||||
<Main />
|
<Main />
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export default function IndexRoute() {
|
|||||||
The <span className={classes.highlight}>most popular</span> way to build Discord <br /> bots.
|
The <span className={classes.highlight}>most popular</span> way to build Discord <br /> bots.
|
||||||
</Title>
|
</Title>
|
||||||
<Text color="dimmed" mt="md">
|
<Text color="dimmed" mt="md">
|
||||||
discord.js is a powerful Node.js module that allows you to interact with the Discord API very easily. It
|
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
|
takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code
|
||||||
significantly tidier and easier to comprehend.
|
significantly tidier and easier to comprehend.
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user