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 and satnaing committed Sep 25, 2023
1 parent 1933a6b commit 4a03558
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 4a03558

Please sign in to comment.