Skip to content

Commit

Permalink
πŸ› fix use of url and baseUrl docusaurus configuration fields
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMts committed Mar 20, 2023
1 parent 837552d commit b2176f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
module.exports = {
title: 'Holium documentation',
tagline: 'Documentations for the Holium Framework',
url: 'https://polyphene.github.io/docs.holium.org/',
baseUrl: '/',
url: 'https://polyphene.github.io',
baseUrl: '/docs.holium.org/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down

0 comments on commit b2176f9

Please sign in to comment.