From c1fb20e9161f357eab45fa1d81861b5bbb7876e0 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 30 Aug 2023 15:02:20 -0400 Subject: [PATCH] Remove inlineStylesheets: 'auto' because is default value now --- astro.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index de36400..10090f2 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -31,10 +31,6 @@ export default defineConfig({ output: 'static', - build: { - inlineStylesheets: 'auto', - }, - integrations: [ tailwind({ applyBaseStyles: false,