From 2e5651750b74f52a836c117ec0e235b36fc6e4a2 Mon Sep 17 00:00:00 2001 From: Jasmin Date: Tue, 1 Oct 2024 00:23:29 +0200 Subject: [PATCH] docs: inline all stylesheets --- web/astro.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/astro.config.ts b/web/astro.config.ts index ab1dd07d..539bc9ba 100644 --- a/web/astro.config.ts +++ b/web/astro.config.ts @@ -53,4 +53,7 @@ export default defineConfig({ }, site: 'https://corvu.dev', trailingSlash: 'always', + build: { + inlineStylesheets: 'always', + }, })