Skip to content

Commit

Permalink
Ignore ibom dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Oct 14, 2024
1 parent df53bc6 commit c93ae7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config/shared.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export const shared = defineConfig({
lastUpdated: true,
metaChunk: true,

ignoreDeadLinks: [
/ibom/,
],

sitemap: {
hostname: pkg.version.includes('dev') ? 'https://doorman-dev.surge.sh' : 'https://doorman.azon.ai',
transformItems(items) {
Expand Down

0 comments on commit c93ae7e

Please sign in to comment.