Skip to content

Commit

Permalink
Add note about SSR not working
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Sep 29, 2023
1 parent ac15c66 commit 7750c7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@

# NOTE

**Important:** It is vital that this is the last integration in the `integrations`
property. Otherwise some files might not get compressed.
1. **Important:** It is vital that this is the last integration in the `integrations`
property. Otherwise some files might not get compressed.
2. **Note:** This only works for static exports, SSR does not export assets that can
be compressed ahead of time so you need to solve it with middleware. See [this](https://github.com/sondr3/astro-compressor/issues/13#issuecomment-1739721634)
for more context and a partial solution.

# Quickstart

Expand Down

0 comments on commit 7750c7e

Please sign in to comment.