Skip to content

Commit

Permalink
docs: clarify difference between dir and baseURL (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenclay authored Feb 12, 2024
1 parent 180d58d commit 144137c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/3.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ The config above generates the following header in the assets under `public/imag

`cache-control: public, max-age=604800, immutable`

The `dir` option is where your files live on your file system; the `baseURL` option is the folder they will be accessible from when served/bundled.

### `compressPublicAssets`

- Default: `{ gzip: false, brotli: false }`{lang=ts}
Expand Down

0 comments on commit 144137c

Please sign in to comment.