Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Mar 2, 2024
1 parent 776db97 commit 7bbf238
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
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',
Expand Down

0 comments on commit 7bbf238

Please sign in to comment.