From f29307274a65c25ab8c026d6e330bf12a09370b9 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 31 May 2023 22:21:49 +0100 Subject: [PATCH] docs: update default `dir` value --- docs/content/5.configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/5.configuration.md b/docs/content/5.configuration.md index ce5f3e692..98b29e180 100644 --- a/docs/content/5.configuration.md +++ b/docs/content/5.configuration.md @@ -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({