Skip to content

Commit

Permalink
docs: exclude orphan pages from sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Sep 18, 2024
1 parent 5cd8be4 commit 1a6bf1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ export default withMermaid({
'/examples/appwrite/404',
'/examples/supabase',
'/examples/supabase/404',
'/guides/',
'/integrations/'
]
return items.filter((item) => !exclude.includes(item.url))
},
Expand Down

0 comments on commit 1a6bf1e

Please sign in to comment.