Skip to content

Commit eaffb9a

Browse files
authored
docs(compressPublicAssets): adjust formatting (#2603)
1 parent 823b911 commit eaffb9a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/3.config/0.index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,8 @@ The `dir` option is where your files live on your file system; the `baseURL` opt
153153
If enabled, Nitro will generate a pre-compressed (gzip and/or brotli) version of supported types of public assets and prerendered routes
154154
larger than 1024 bytes into the public directory. The best compression level is used. Using this option you can support zero overhead asset compression without using a CDN.
155155

156-
::callout
157-
#summary
158156
List of compressible MIME types:
159-
#content
157+
160158
- `application/dash+xml`
161159
- `application/eot`
162160
- `application/font`
@@ -203,7 +201,6 @@ List of compressible MIME types:
203201
- `text/x-java-source`
204202
- `text/x-script`
205203
- `vnd.apple.mpegurl`
206-
::
207204

208205
### `serverAssets`
209206

0 commit comments

Comments
 (0)