From 4f9031a9ae83c1ad94941c50900d343195fc93ae Mon Sep 17 00:00:00 2001 From: Giuseppe De Franceschi Date: Wed, 20 Aug 2025 07:21:52 +0200 Subject: [PATCH] new settings1 --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 69db8e1..3b6bbc1 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -16,7 +16,7 @@ const config: Config = { // Set the production url of your site here url: 'https://docs.dffm.it', - baseUrl: '/' + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.