Skip to content

Commit

Permalink
chore: update ignoreDeadLinks list
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Mar 26, 2024
1 parent 293db4e commit 9c85876
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ export default defineConfig({
ignoreDeadLinks: [
// ignore all localhost links
/^https?:\/\/localhost/,
// ignore links that starts with ./packages/*
/^.\/packages\/*/,
'./MAINTAINERS',
'./CONTRIBUTING',
'./LICENSE',
],
sitemap: {
hostname: 'https://docs.agoric.com',
Expand Down

0 comments on commit 9c85876

Please sign in to comment.