Skip to content

Commit

Permalink
docs: add base path to vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed May 27, 2024
1 parent 5dc06c3 commit c91b66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { withMermaid } from 'vitepress-plugin-mermaid';

export default withMermaid({
title: 'Mollitia',
base: '/mollitia/',
cleanUrls: true,
srcDir: './src',
head: [
Expand Down

0 comments on commit c91b66d

Please sign in to comment.