Updating add-to-your-site.md to include Nuxt (#1350)

Added Nuxt to list of generators that use the "static" folder for static files where the Netlify CMS admin can live.
This commit is contained in:
Allen Brady 2018-05-12 12:02:04 -04:00 committed by Shawn Erquhart
parent 1b2ab39fae
commit 76d1f05741

View File

@ -15,7 +15,7 @@ All Netlify CMS files are contained in a static `admin` folder, stored at the ro
| These generators ... | store static files in | | These generators ... | store static files in |
| -------------------- | --------------------- | | -------------------- | --------------------- |
| Jekyll, GitBook | `/` (project root) | | Jekyll, GitBook | `/` (project root) |
| Hugo, Gatsby | `/static` | | Hugo, Gatsby, Nuxt | `/static` |
| Hexo, Middleman | `/source` | | Hexo, Middleman | `/source` |
| Spike | `/views` | | Spike | `/views` |
| Wyam | `/input` | | Wyam | `/input` |