Skip to content

Commit 48a2394

Browse files
author
Kenny Scharm
committed
Fix docs
1 parent 820af2a commit 48a2394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const isCI = !!process.env.CI;
33
/** @type {import('@docusaurus/types').DocusaurusConfig} */
44
module.exports = {
55
title: 'IBM Operator for Redis Cluster',
6-
url: isCI ? 'https://ibm.github.io/operator-for-redis-cluster' : 'http://localhost:3001',
7-
baseUrl: '/',
6+
url: isCI ? 'https://ibm.github.io' : 'http://localhost:3001',
7+
baseUrl: '/operator-for-redis-cluster/',
88
onBrokenLinks: 'throw',
99
onBrokenMarkdownLinks: 'warn',
1010
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)