From ba7d5bda384f5d1f2614fe784751c0421b47e456 Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Mon, 9 Sep 2024 10:56:55 +0200 Subject: [PATCH] fix docs baseURL --- 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 2a55340..2a9bc7b 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: '/', + baseUrl: '/interchain-attestation/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.