File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11import { defineConfig } from "astro/config" ;
22import tailwind from "@astrojs/tailwind" ;
33import image from "@astrojs/image" ;
4- import compress from "astro-compress" ;
5- import critters from "astro-critters" ;
64import sitemap from "@astrojs/sitemap" ;
75import prefetch from "@astrojs/prefetch" ;
86
97export default defineConfig ( {
8+ compressHTML : true ,
9+ build : {
10+ inlineStylesheets : "auto" ,
11+ } ,
1012 integrations : [
1113 tailwind ( {
1214 config : {
@@ -16,8 +18,6 @@ export default defineConfig({
1618 image ( {
1719 serviceEntryPoint : "@astrojs/image/sharp" ,
1820 } ) ,
19- compress ( ) ,
20- critters ( ) ,
2121 sitemap ( ) ,
2222 prefetch ( ) ,
2323 ] ,
Original file line number Diff line number Diff line change 1414 "@astrojs/sitemap" : " ^1.3.3" ,
1515 "@astrojs/tailwind" : " 4.0.0" ,
1616 "astro" : " ^2.8.0" ,
17- "astro-compress" : " ^1.1.49" ,
18- "astro-critters" : " ^1.1.39" ,
1917 "css-select" : " 5.1.0" ,
2018 "sharp" : " ^0.32.1" ,
2119 "slate-serializers" : " 0.1.0" ,
You can’t perform that action at this time.
0 commit comments