We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11ad9d commit 78d7274Copy full SHA for 78d7274
src/.vitepress/config.js
@@ -1,6 +1,7 @@
1
import {withMermaid} from "vitepress-plugin-mermaid";
2
3
export default withMermaid({
4
+ base: '/docs/',
5
title: 'Yii3 Documentation',
6
ignoreDeadLinks: true,
7
head: [['link', {rel: 'icon', href: '/favicon.svg', type: 'image/svg+xml'}]],
0 commit comments