Skip to content

Commit

Permalink
doc: next path adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
conapi-stefan committed Jul 24, 2024
1 parent 257b63b commit 8228b2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/docs/troubleshooting/howto-classloadingissue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Sometimes additional jars are added because they are referenced in the JAR manif
## Solution Video
<ReactPlayer controls url={useBaseUrl('/videos/howtoFixClassloading.mp4')} />
<ReactPlayer controls url='/videos/howtoFixClassloading.mp4' />
<ReactPlayer controls url='videos/howtoFixClassloading.mp4' />
<ReactPlayer controls url={require('/videos/howtoFixClassloading.mp4')} />



>
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import {themes as prismThemes} from 'prism-react-renderer';
const config = {
title: 'Message Manager',
tagline: 'Message Manager Documentation',
favicon: 'img/logo.png',
favicon: '/img/logo.png',

// ... https://conapi-oss.github.io/messagemanager/
url: 'https://conapi-oss.github.io/', // Your website URL
baseUrl: '/',
baseUrl: '/messagemanager/',
projectName: 'messagemanager',
organizationName: 'conapi-oss',
trailingSlash: false,
Expand Down

0 comments on commit 8228b2a

Please sign in to comment.