Remove commented-out code and unnecessary redirects from astro.config.mjs

This commit is contained in:
Mr. M 2025-04-29 10:29:36 +02:00
parent 3e1854d588
commit 063c6dac32
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -12,12 +12,7 @@ export default defineConfig({
tailwind(),
preact({ compat: true }),
sitemap({
// TODO: Maybe? Maybe not?
// filter: (page) => !page.includes('mods/'),
}),
],
site: 'https://zen-browser.app',
redirects: {
'/themes/[...slug]': '/mods/[...slug]',
},
})