Skip to content

Commit

Permalink
fix: update tailwind base styles config (satnaing#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luks17 authored and tanishqmanuja committed Sep 16, 2023
1 parent 4238a63 commit 7d3cd92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export default defineConfig({
site: "https://tqblog.pages.dev/", // replace this with your deployed domain
integrations: [
tailwind({
config: {
applyBaseStyles: false,
},
applyBaseStyles: false,
}),
react(),
sitemap(),
Expand Down

0 comments on commit 7d3cd92

Please sign in to comment.