From 7d569840a6228467fb39a27e655d7286a6f0e0ba Mon Sep 17 00:00:00 2001 From: Paul Le Cam Date: Wed, 15 Nov 2023 10:42:37 +0000 Subject: [PATCH] Publish to developers.ceramic.network --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e84fe5b3..a866a69c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -9,10 +9,10 @@ const config: Config = { favicon: 'img/favicon.png', // Set the production url of your site here - url: 'https://ceramicnetwork.github.io', + url: 'https://developers.ceramic.network', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/docs-docusaurus/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.