Skip to content

Commit

Permalink
docs: update default dir value
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 31, 2023
1 parent e5a294e commit f293072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/5.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ export default defineNuxtConfig({

## `dir`

Default: `static`
Default: `public`

This option allows you to specify the location of the source images when using the `static` or `ipx` provider.

For example you might want the source images in `assets/images` directory rather than the default `static` directory so the source images don't get copied into `dist` and deployed:
For example you might want the source images in `assets/images` directory rather than the default `public` directory so the source images don't get copied into `dist` and deployed:

```ts [nuxt.config.ts]
export default defineNuxtConfig({
Expand Down

0 comments on commit f293072

Please sign in to comment.