From 677478d11ae31d03d06980568877e0e6dd7d1806 Mon Sep 17 00:00:00 2001 From: Codilion Date: Tue, 24 Oct 2023 23:25:25 +0200 Subject: [PATCH] Adding search functionality with Algolia and DocSearch --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 13cd1542..12bc77d6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,7 +14,7 @@ const config = { url: 'https://0LNetworkCommunity.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/documentation/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.