From 7d5f2f57ddd175a4ef879712e1ba338ef9203196 Mon Sep 17 00:00:00 2001 From: vinicvaz Date: Tue, 9 Apr 2024 12:02:41 -0300 Subject: [PATCH] undo base url --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c871bea..a626944 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,7 +14,7 @@ const config = { url: 'https://tauffer-consulting.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/domino-docs/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.