mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Update astr.config.mjs
This commit is contained in:
@@ -161,6 +161,13 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
sitemap(),
|
sitemap({
|
||||||
|
filter: (page) => {
|
||||||
|
return !page.includes("/drafts/") && !page.includes("/private/");
|
||||||
|
},
|
||||||
|
changefreq: "weekly",
|
||||||
|
priority: 0.7,
|
||||||
|
lastmod: new Date(),
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user