This commit is contained in:
Sidharth Vinod 2022-10-31 22:02:47 +05:30
parent 78565d16c1
commit 83fb0f446f
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ export default defineConfig({
lang: 'en-US',
title: 'Mermaid',
description: 'Create diagrams and visualizations using text and code.',
base: '/mermaid-js/',
base: '/mermaid/',
markdown: allMarkdownTransformers,
head: [['link', { rel: 'icon', type: 'image/x-icon', href: '/mermaid-js/favicon.ico' }]],
head: [['link', { rel: 'icon', type: 'image/x-icon', href: '/mermaid/favicon.ico' }]],
themeConfig: {
nav: nav(),
editLink: {