🩹 Fix RSS feed

This commit is contained in:
2025-07-15 09:33:58 -04:00
parent 71b995aac8
commit bae8c8ad53
5 changed files with 15 additions and 15 deletions
+10 -10
View File
@@ -7,13 +7,13 @@ import alpinejs from '@astrojs/alpinejs';
// https://astro.build/config
export default defineConfig({
site: 'https://ghall.blog',
output: 'static',
integrations: [mdx(), alpinejs()],
experimental: {
svg: true,
},
redirects: {
'/posts/[...slug]': '/blog/[...slug]',
},
});
site: 'https://ghall.space',
output: 'static',
integrations: [mdx(), alpinejs()],
experimental: {
svg: true,
},
redirects: {
'/posts/[...slug]': '/blog/[...slug]',
},
});