docs: add preact-cli's static location (#2389)

* Adding preact-cli's build location

* Update add-to-your-site.md
This commit is contained in:
Prateek Bhatnagar 2019-09-05 10:58:15 -07:00 committed by Shawn Erquhart
parent 9f003106e5
commit 15a2da0d6d

View File

@ -23,6 +23,7 @@ A static `admin` folder contains all Netlify CMS files, stored at the root of yo
| VuePress | `/.vuepress/public` | | VuePress | `/.vuepress/public` |
| Elmstatic | `/_site` | | Elmstatic | `/_site` |
| 11ty | `/site` | | 11ty | `/site` |
| preact-cli | `/src/static` |
If your generator isn't listed here, you can check its documentation, or as a shortcut, look in your project for a `css` or `images` folder. The contents of folders like that are usually processed as static files, so it's likely you can store your `admin` folder next to those. (When you've found the location, feel free to add it to these docs by [filing a pull request](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md#pull-requests)!) If your generator isn't listed here, you can check its documentation, or as a shortcut, look in your project for a `css` or `images` folder. The contents of folders like that are usually processed as static files, so it's likely you can store your `admin` folder next to those. (When you've found the location, feel free to add it to these docs by [filing a pull request](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md#pull-requests)!)