remove pagination

This commit is contained in:
2024-06-20 19:40:20 -04:00
parent 1eba3f121b
commit 74c54b996e
2 changed files with 2 additions and 21 deletions
+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: 'server',
output: 'hybrid',
adapter: netlify(),
integrations: [
mdx(),