From 0dc68445a1799b657d8d51719802f793d74ce276 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sat, 3 Sep 2022 05:02:16 +0200 Subject: [PATCH] refactor: open graph fixes --- packages/website/src/pages/_document.tsx | 8 +++++++- packages/website/src/pages/index.tsx | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/website/src/pages/_document.tsx b/packages/website/src/pages/_document.tsx index 92e91958873b..bc5736543aa7 100644 --- a/packages/website/src/pages/_document.tsx +++ b/packages/website/src/pages/_document.tsx @@ -22,10 +22,16 @@ export default class _Document extends Document { + + +
diff --git a/packages/website/src/pages/index.tsx b/packages/website/src/pages/index.tsx index cd4ffa41c016..6c5db55b6498 100644 --- a/packages/website/src/pages/index.tsx +++ b/packages/website/src/pages/index.tsx @@ -70,7 +70,7 @@ export default function IndexRoute() { The most popular way to build Discord
bots. - 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 significantly tidier and easier to comprehend.