fix codeblock styles

This commit is contained in:
2025-11-14 19:21:30 -05:00
parent a68115049d
commit 08324cbebe
4 changed files with 28 additions and 2 deletions
+8 -1
View File
@@ -8,7 +8,14 @@ import { defineConfig } from "astro/config";
export default defineConfig({
site: "https://ghall.space",
output: "static",
markdown: {
shikiConfig: {
themes: {
light: "github-light",
dark: "github-dark",
},
},
},
integrations: [mdx(), alpinejs({ entrypoint: "/src/entrypoint" })],
redirects: {
"/posts/[...slug]": "/blog/[...slug]",