We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7770b commit add5efbCopy full SHA for add5efb
site/docusaurus.config.js
@@ -6,8 +6,8 @@ import { themes as prismThemes} from 'prism-react-renderer'
6
/** @type {import('@docusaurus/types').Config} */
7
const config = {
8
title: 'OpenCLI',
9
- url: 'https://spectreconsole.github.io',
10
- baseUrl: '/open-cli',
+ url: 'https://opencli.org',
+ baseUrl: '/',
11
onBrokenLinks: 'throw',
12
onBrokenMarkdownLinks: 'warn',
13
favicon: 'img/favicon.ico',
0 commit comments