Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Scharm committed Jan 6, 2022
1 parent 820af2a commit 48a2394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const isCI = !!process.env.CI;
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: 'IBM Operator for Redis Cluster',
url: isCI ? 'https://ibm.github.io/operator-for-redis-cluster' : 'http://localhost:3001',
baseUrl: '/',
url: isCI ? 'https://ibm.github.io' : 'http://localhost:3001',
baseUrl: '/operator-for-redis-cluster/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down

0 comments on commit 48a2394

Please sign in to comment.