This commit is contained in:
AI Christianson 2025-02-14 13:43:43 -05:00
parent 767391a2e6
commit 1d2a94572b
3 changed files with 5 additions and 3 deletions

View File

@ -8,6 +8,7 @@ const config: Config = {
url: 'https://your-docusaurus-site.example.com',
baseUrl: '/',
onDuplicateRoutes: 'ignore',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
@ -22,7 +23,7 @@ const config: Config = {
{
docs: {
sidebarPath: './sidebars.ts',
routeBasePath: '/', // Serve docs at the site root
routeBasePath: '/',
},
theme: {
customCss: './src/css/custom.css',
@ -35,8 +36,9 @@ const config: Config = {
navbar: {
title: 'My Site',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
alt: 'Site Logo',
src: 'img/logo-black-transparent.png',
srcDark: 'img/logo-white-transparent.gif',
},
items: [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB