Skip to content

Commit 4ad927a

Browse files
committed
fix: enable dead link ignoring in Vitepress config
1 parent 2f752cc commit 4ad927a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/.vitepress/config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { defineConfig } from "vitepress";
44
export default defineConfig({
55
title: "Earthworm",
66
description: "Earthworm",
7+
ignoreDeadLinks: true,
78
themeConfig: {
89
logo: "/logo.png",
910
logoLink: "/get-started/",

0 commit comments

Comments
 (0)