File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ SVG compression is supported, as well via [`svgo`][svgo].
112112
113113You can override any of the default options from the configurations of:
114114
115- - [ ` csso ` ] ( HTTPS ://github.com/css/csso#minifysource-options)
116- - [ ` lightningcss ` ] ( HTTPS ://github.com/parcel-bundler/lightningcss/blob/master/node/index.d.ts#L8)
117- - [ ` html-minifier-terser ` ] ( HTTPS ://github.com/terser/html-minifier-terser#options-quick-reference)
118- - [ ` sharp ` ] ( HTTPS ://sharp.pixelplumbing.com/api-output#jpeg)
119- - [ ` svgo ` ] ( HTTPS ://github.com/svg/svgo#configuration)
120- - [ ` terser ` ] ( HTTPS ://github.com/terser/terser#minify-options-structure)
115+ - [ ` csso ` ] ( https ://github.com/css/csso#minifysource-options)
116+ - [ ` lightningcss ` ] ( https ://github.com/parcel-bundler/lightningcss/blob/master/node/index.d.ts#L8)
117+ - [ ` html-minifier-terser ` ] ( https ://github.com/terser/html-minifier-terser#options-quick-reference)
118+ - [ ` sharp ` ] ( https ://sharp.pixelplumbing.com/api-output#jpeg)
119+ - [ ` svgo ` ] ( https ://github.com/svg/svgo#configuration)
120+ - [ ` terser ` ] ( https ://github.com/terser/terser#minify-options-structure)
121121
122122** ` astro.config.ts ` **
123123
@@ -158,7 +158,7 @@ export default {
158158```
159159
160160You can see the full option map here:
161- [ ` Source/Interface/Option.ts ` ] ( HTTPS ://github.com/PlayForm/Compress/blob/main/Source/Interface/Option.ts)
161+ [ ` Source/Interface/Option.ts ` ] ( https ://github.com/PlayForm/Compress/blob/main/Source/Interface/Option.ts)
162162
163163### Output
164164
You can’t perform that action at this time.
0 commit comments