mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(docs): ignore localhost dead links in VitePress build
The /api/docs tip box links to localhost which fails the dead link check in CI.
This commit is contained in:
@@ -6,6 +6,7 @@ export default defineConfig({
|
||||
base: "/Stirling-Image/",
|
||||
srcDir: ".",
|
||||
outDir: "./.vitepress/dist",
|
||||
ignoreDeadLinks: [/localhost/],
|
||||
|
||||
head: [
|
||||
["meta", { name: "theme-color", content: "#3b82f6" }],
|
||||
|
||||
Reference in New Issue
Block a user