design tweaks

This commit is contained in:
2025-02-03 22:33:22 -05:00
parent 46202f3337
commit 74797c161b
10 changed files with 81 additions and 40 deletions
+3
View File
@@ -8,4 +8,7 @@ export default defineConfig({
site: 'https://ghall.blog',
output: 'static',
integrations: [mdx()],
experimental: {
svg: true,
},
});