Skip to content

Commit 0b44034

Browse files
committed
fix(routes): inline all stylesheets
1 parent aee2022 commit 0b44034

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import tailwindcss from "@tailwindcss/vite";
1212
export default defineConfig({
1313
site: "https://zmc.dev",
1414
base: "/",
15+
build: {
16+
inlineStylesheets: "always",
17+
},
1518
markdown: {
1619
rehypePlugins: [
1720
rehypeHeadingIds,

0 commit comments

Comments
 (0)