From 46a8a88bb610722aa45f3ce5ca2baab11e256ba8 Mon Sep 17 00:00:00 2001 From: Luks17 Date: Fri, 15 Sep 2023 11:56:24 -0400 Subject: [PATCH] Fixed tailwind base styles --- astro.config.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 06cd89673..9c2d6b7ef 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,9 +10,7 @@ export default defineConfig({ site: "https://astro-paper.pages.dev/", // replace this with your deployed domain integrations: [ tailwind({ - config: { - applyBaseStyles: false, - }, + applyBaseStyles: false, }), react(), sitemap(),