Skip to content

Commit

Permalink
🔀 Merge branch 'hotfix/1.0.5' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMts committed Mar 20, 2023
2 parents 90df792 + b2176f9 commit 60de31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holium-docs",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 60de31b

Please sign in to comment.