We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/archives
1 parent 43387b0 commit c2e2dbdCopy full SHA for c2e2dbd
1 file changed
astro.config.ts
@@ -14,7 +14,9 @@ export default defineConfig({
14
applyBaseStyles: false,
15
}),
16
react(),
17
- sitemap(),
+ sitemap({
18
+ filter: page => SITE.showArchives || !page.endsWith("/archives"),
19
+ }),
20
],
21
markdown: {
22
remarkPlugins: [
0 commit comments