Skip to content

Commit 0c0045a

Browse files
committed
Drop stale superpowers sitemap filter.
Remove the leftover superpowers-specific sitemap exclusion now that superpowers docs are no longer tracked.
1 parent cc98b9b commit 0c0045a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export default withMermaid(defineConfig({
8989
hostname: SITE_URL,
9090
transformItems(items) {
9191
return items
92-
.filter((item) => !String(item.url).startsWith('superpowers/'))
9392
.map((item) => {
9493
const alternates = getAlternatePages(getSourceRelativePath(String(item.url)))
9594
if (alternates.length < 2) return item

0 commit comments

Comments
 (0)