fix: update tailwind base styles config (#116)

This commit is contained in:
Luks17
2023-09-15 23:24:11 -04:00
committed by Sat Naing
parent 1933a6beae
commit 4a03558650
+1 -3
View File
@@ -10,9 +10,7 @@ export default defineConfig({
site: "https://astro-paper.pages.dev/", // replace this with your deployed domain site: "https://astro-paper.pages.dev/", // replace this with your deployed domain
integrations: [ integrations: [
tailwind({ tailwind({
config: { applyBaseStyles: false,
applyBaseStyles: false,
},
}), }),
react(), react(),
sitemap(), sitemap(),