Skip to content

Commit

Permalink
Merge pull request #22 from nsandoya/16-styles-folder
Browse files Browse the repository at this point in the history
Add styles folder + global.css #16
  • Loading branch information
davcortez authored Dec 13, 2024
2 parents 2497f72 + a8b204b commit ebf22e8
Show file tree
Hide file tree
Showing 8 changed files with 5,183 additions and 3 deletions.
6 changes: 5 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ import compressor from 'astro-compressor';
// https://astro.build/config
export default defineConfig({
site: "https://ecuadorintech.org",
integrations: [tailwind(), alpinejs(), sitemap(), compressor()]
integrations: [
tailwind({
applyBaseStyles: false,
}),
alpinejs(), sitemap(), compressor()]
})
Loading

0 comments on commit ebf22e8

Please sign in to comment.