Skip to content

Commit f293072

Browse files
committed
docs: update default dir value
1 parent e5a294e commit f293072

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/5.configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ export default defineNuxtConfig({
164164

165165
## `dir`
166166

167-
Default: `static`
167+
Default: `public`
168168

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

171-
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:
171+
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:
172172

173173
```ts [nuxt.config.ts]
174174
export default defineNuxtConfig({

0 commit comments

Comments
 (0)