"add sveltekit to add-to-your-site" (#6463)
This commit is contained in:
parent
19d569df8d
commit
0c5efd19d6
@ -12,14 +12,14 @@ 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 2, Gridsome, Zola, Sapper | `/static` |
|
||||
| Hugo, Gatsby, Nuxt 2, Gridsome, Zola, Sapper, SvelteKit | `/static` |
|
||||
| Next, Nuxt 3 | `/public` |
|
||||
| Hexo, Middleman, Jigsaw | `/source` |
|
||||
| Spike | `/views` |
|
||||
| Wyam | `/input` |
|
||||
| Pelican | `/content` |
|
||||
| Spike | `/views` |
|
||||
| VuePress | `/.vuepress/public` |
|
||||
| Elmstatic | `/_site` |
|
||||
| 11ty | `/_site` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user