docs: Add Sapper Static folder Location (#3040)
This commit is contained in:
parent
b5ffccdac5
commit
7942db52a4
@ -13,9 +13,9 @@ 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 | `/static` |
|
||||
| Hugo, Gatsby, Nuxt, Gridsome, Zola, Sapper | `/static` |
|
||||
| Next | `/public` |
|
||||
| Hexo, Middleman, Jigsaw | `/source` |
|
||||
| Spike | `/views` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user