Skip to content

Commit 5e84971

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 8a23ef2 commit 5e84971

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ SVG compression is supported, as well via [`svgo`][svgo].
112112

113113
You 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

160160
You 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

0 commit comments

Comments
 (0)