Mastodon post on homepage

This commit is contained in:
2025-08-30 19:38:12 -04:00
parent 26d9288aa4
commit 67e2229b82
12 changed files with 278 additions and 12 deletions
+1
View File
@@ -9,6 +9,7 @@ import alpinejs from '@astrojs/alpinejs';
export default defineConfig({
site: 'https://ghall.space',
output: 'static',
integrations: [mdx(), alpinejs()],
redirects: {
'/posts/[...slug]': '/blog/[...slug]',