diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 05cb7999f..44cce134d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -11,10 +11,10 @@ const config = { favicon: 'img/favicon.png', // Set the production url of your site here - url: 'https://discordeno.github.io', + url: 'https://discordeno.js.org', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/discordeno/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.