Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(compressPublicAssets): adjust formatting #2603

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs(compressPublicAssets): adjust formatting
  • Loading branch information
iiio2 authored Jul 9, 2024
commit b7873f0c597ff81221903e09e3755fecc8490eb8
5 changes: 1 addition & 4 deletions docs/3.config/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,8 @@ The `dir` option is where your files live on your file system; the `baseURL` opt
If enabled, Nitro will generate a pre-compressed (gzip and/or brotli) version of supported types of public assets and prerendered routes
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.

::callout
#summary
List of compressible MIME types:
#content

- `application/dash+xml`
- `application/eot`
- `application/font`
Expand Down Expand Up @@ -203,7 +201,6 @@ List of compressible MIME types:
- `text/x-java-source`
- `text/x-script`
- `vnd.apple.mpegurl`
::

### `serverAssets`

Expand Down