Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ export default defineConfig({
},

ignoreDeadLinks: [
// Localhost URLs are intentional for development
"http://localhost:5173",
// Localhost URLs are intentional for development examples and aren't
// reachable at build time (e.g. the relay on :4443, the dev server on :5173).
/^https?:\/\/localhost(:\d+)?(\/|$)/,
],
});
Loading