Skip to content

Commit 8a26c6a

Browse files
author
danhnguyen
committed
Fix VitePress dead links issue by ignoring dead links
1 parent 1741416 commit 8a26c6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default defineConfig({
44
title: 'Vue MapLibre GL',
55
description: 'Vue 3 components and composables for MapLibre GL JS',
66
base: '/vue-mapbox-gl/',
7+
ignoreDeadLinks: true,
78

89
themeConfig: {
910
nav: [

0 commit comments

Comments
 (0)