Skip to content

Commit

Permalink
fix: update tailwind base styles config (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luks17 authored Sep 16, 2023
1 parent f26bf85 commit 98a2bb6
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 @@ -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(),
Expand Down

0 comments on commit 98a2bb6

Please sign in to comment.