maybe fix archive page

This commit is contained in:
2024-06-20 19:36:42 -04:00
parent 48de2e198b
commit 1eba3f121b
+1 -1
View File
@@ -8,7 +8,7 @@ import mdx from '@astrojs/mdx';
// https://astro.build/config
export default defineConfig({
site: 'https://ghall.blog',
output: 'hybrid',
output: 'server',
adapter: netlify(),
integrations: [
mdx(),