possible fix for rss 🤷‍♂️

This commit is contained in:
2024-04-12 22:09:13 -04:00
parent 99072547c1
commit 30ab3d2ba3
3 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ import mdx from '@astrojs/mdx';
// https://astro.build/config
export default defineConfig({
output: 'server',
site: 'https://ghall.blog',
output: 'hybrid',
adapter: netlify(),
integrations: [
mdx(),