diff --git a/astro.config.mjs b/astro.config.mjs index f5b7545..f996c9d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -22,7 +22,7 @@ export default defineConfig({ site, base, build: { - format: "file", + format: "directory", }, integrations: [ expressiveCode({ themes: ["vitesse-light", "vitesse-dark"] }), // Must go before mdx() to add code blocks