mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
Remove commented-out code and unnecessary redirects from astro.config.mjs
This commit is contained in:
parent
3e1854d588
commit
063c6dac32
1 changed files with 0 additions and 5 deletions
|
@ -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]',
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue