From c5e7b081ac156b6afe2724a58237d33a46e8ef2c Mon Sep 17 00:00:00 2001 From: Nick Medrano Date: Fri, 8 Jul 2022 06:58:56 -0500 Subject: [PATCH] docs: update `static/` dir to `public/` (#558) * Docs: Clarify example of adding static image Different folder structure (static or public) based on Nuxt versions * Update docs/content/2.components/1.nuxt-img.md Co-authored-by: pooya parsa --- docs/content/2.components/1.nuxt-img.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.components/1.nuxt-img.md b/docs/content/2.components/1.nuxt-img.md index 9115574c4..55c6bf984 100644 --- a/docs/content/2.components/1.nuxt-img.md +++ b/docs/content/2.components/1.nuxt-img.md @@ -26,7 +26,7 @@ Will result in: ``` ::alert{type="info"} -With [default provider](/getting-started/providers#default-provider), you should put `/nuxt-icon.png` inside `static/` directory to make the above example work. +With [default provider](/getting-started/providers#default-provider), you should put `/nuxt-icon.png` inside `public/` directory for Nuxt 3 make the above example work. :: ## Props