From 9d01eff6fde2e6b9f1e46d2cb22901030142f9be Mon Sep 17 00:00:00 2001 From: ITOH Date: Wed, 29 Mar 2023 18:01:28 +0200 Subject: [PATCH] feat(website): move to discordeno.js.org (#2902) --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.