From 9d355e548e8650336f969050f3e609c86b839c74 Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Tue, 10 Sep 2024 10:30:42 +0200 Subject: [PATCH] update docs baseUrl after moving to custom domain --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 2a9bc7b..2a55340 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://interchain-attestation.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/interchain-attestation/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.