Skip to content

Commit 3239690

Browse files
committed
Corrected baseUrl value
1 parent a5551cd commit 3239690

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

react-facet/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module.exports = {
33
title: '@react-facet',
44
tagline: 'Observable-based state management for performant game UIs built in React',
55

6-
url: 'https://mojang.github.io/ore-ui',
7-
baseUrl: '/',
6+
url: 'https://mojang.github.io',
7+
baseUrl: '/ore-ui',
88
projectName: 'ore-ui',
99
organizationName: 'Mojang',
1010

0 commit comments

Comments
 (0)