diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 1a95e5c94..ae81d11de 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -1,5 +1,5 @@ -import {themes as prismThemes} from 'prism-react-renderer'; -import type {Config} from '@docusaurus/types'; +import { themes as prismThemes } from 'prism-react-renderer'; +import type { Config } from '@docusaurus/types'; import type * as Preset from '@docusaurus/preset-classic'; const config: Config = { @@ -8,10 +8,10 @@ const config: Config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://dylibso.github.io/', + url: 'https://chicory.dev', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/chicory/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. @@ -70,7 +70,7 @@ const config: Config = { position: 'left', label: 'Tutorial', }, - {to: '/blog', label: 'Blog', position: 'left'}, + { to: '/blog', label: 'Blog', position: 'left' }, { href: 'https://github.com/dylibso/chicory', label: 'GitHub',