From 7bbf238037c0d906a6875101e03b962457d0147a Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sat, 2 Mar 2024 21:40:23 +0100 Subject: [PATCH] update --- docusaurus.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 0bd77dc..3ba6741 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -6,16 +6,15 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://praguetrails.cz', + url: 'https://josefpihrt.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/praguetrails/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'josefpihrt', // Usually your GitHub org/user name. projectName: 'praguetrails', // Usually your repo name. - deploymentBranch: 'feature/new-domain', trailingSlash: false, onBrokenLinks: 'throw',