Skip to content

Commit ebf22e8

Browse files
authored
Merge pull request #22 from nsandoya/16-styles-folder
Add styles folder + global.css #16
2 parents 2497f72 + a8b204b commit ebf22e8

File tree

8 files changed

+5183
-3
lines changed

8 files changed

+5183
-3
lines changed

astro.config.mjs

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ import compressor from 'astro-compressor';
1212
// https://astro.build/config
1313
export default defineConfig({
1414
site: "https://ecuadorintech.org",
15-
integrations: [tailwind(), alpinejs(), sitemap(), compressor()]
15+
integrations: [
16+
tailwind({
17+
applyBaseStyles: false,
18+
}),
19+
alpinejs(), sitemap(), compressor()]
1620
})

0 commit comments

Comments
 (0)