Skip to content

Commit 98e3289

Browse files
committed
feat: Integrate astro-compressor into Astro configuration
1 parent f6b4e1c commit 98e3289

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

astro.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ import alpinejs from '@astrojs/alpinejs';
77

88
import sitemap from '@astrojs/sitemap';
99

10+
import compressor from 'astro-compressor';
11+
1012
// https://astro.build/config
1113
export default defineConfig({
1214
site: "https://ecuadorintech.org",
13-
integrations: [tailwind(), alpinejs(), sitemap()]
15+
integrations: [tailwind(), alpinejs(), sitemap(), compressor()]
1416
});

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@types/alpinejs": "^3.13.11",
1717
"alpinejs": "^3.14.6",
1818
"astro": "^5.0.2",
19+
"astro-compressor": "^1.0.0",
1920
"tailwindcss": "^3.4.16"
2021
},
2122
"packageManager": "[email protected]+sha512.629de0531b9ae9a3f8e372d014ef8f5a57906d9a48095ced54bbfbd246b4136381478032c8d13819fd1eedde8330517a799ea6756eedd9a136e36524fa3083cf"

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)