docs: Add Sapper Static folder Location (#3040)

This commit is contained in:
Alucard17 2020-01-07 18:49:14 +05:30 committed by Erez Rokah
parent b5ffccdac5
commit 7942db52a4

View File

@ -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` |