1 parent aee2022 commit 0b44034Copy full SHA for 0b44034
1 file changed
astro.config.mjs
@@ -12,6 +12,9 @@ import tailwindcss from "@tailwindcss/vite";
12
export default defineConfig({
13
site: "https://zmc.dev",
14
base: "/",
15
+ build: {
16
+ inlineStylesheets: "always",
17
+ },
18
markdown: {
19
rehypePlugins: [
20
rehypeHeadingIds,
0 commit comments