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
-2
View File
@@ -10,9 +10,7 @@ export default defineConfig({
site: "https://astro-paper.pages.dev/", // replace this with your deployed domain
integrations: [
tailwind({
config: {
applyBaseStyles: false,
},
}),
react(),
sitemap(),