docs: fix 11ty default site publish folder (#2806)
This commit is contained in:
parent
5b2fb611f5
commit
96e99f239a
@ -22,7 +22,7 @@ A static `admin` folder contains all Netlify CMS files, stored at the root of yo
|
|||||||
| Pelican | `/content` |
|
| Pelican | `/content` |
|
||||||
| VuePress | `/.vuepress/public` |
|
| VuePress | `/.vuepress/public` |
|
||||||
| Elmstatic | `/_site` |
|
| Elmstatic | `/_site` |
|
||||||
| 11ty | `/site` |
|
| 11ty | `/_site` |
|
||||||
| preact-cli | `/src/static` |
|
| 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)!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user