docs: add Nuxt 3 static files location (#5989)
The Nuxt 2 `static` directory became the `public` directory on Nuxt 3, as described on the official docs: https://v3.nuxtjs.org/docs/directory-structure/public This PR updates the `add-to-your-site` docs so both Nuxt 2 and 3 are covered on the App File Structure table
This commit is contained in:
parent
db4dd10f47
commit
62318fab91
@ -12,10 +12,10 @@ This tutorial guides you through the steps for adding Netlify CMS to a site that
|
||||
A static `admin` folder contains all Netlify CMS files, stored at the root of your published site. Where you store this folder in the source files depends on your static site generator. Here's the static file location for a few of the most popular static site generators:
|
||||
|
||||
| These generators | store static files in |
|
||||
| ------------------------------------------ | --------------------- |
|
||||
| -------------------------------------------- | --------------------- |
|
||||
| Jekyll, GitBook | `/` (project root) |
|
||||
| Hugo, Gatsby, Nuxt, Gridsome, Zola, Sapper | `/static` |
|
||||
| Next | `/public` |
|
||||
| Hugo, Gatsby, Nuxt 2, Gridsome, Zola, Sapper | `/static` |
|
||||
| Next, Nuxt 3 | `/public` |
|
||||
| Hexo, Middleman, Jigsaw | `/source` |
|
||||
| Spike | `/views` |
|
||||
| Wyam | `/input` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user