Skip to content

Commit 0c5efd1

Browse files
authored
"add sveltekit to add-to-your-site" (decaporg#6463)
1 parent 19d569d commit 0c5efd1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

website/content/docs/add-to-your-site.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ This tutorial guides you through the steps for adding Netlify CMS to a site that
1111

1212
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:
1313

14-
| These generators | store static files in |
15-
| -------------------------------------------- | --------------------- |
16-
| Jekyll, GitBook | `/` (project root) |
17-
| Hugo, Gatsby, Nuxt 2, Gridsome, Zola, Sapper | `/static` |
18-
| Next, Nuxt 3 | `/public` |
19-
| Hexo, Middleman, Jigsaw | `/source` |
20-
| Spike | `/views` |
21-
| Wyam | `/input` |
22-
| Pelican | `/content` |
23-
| VuePress | `/.vuepress/public` |
24-
| Elmstatic | `/_site` |
25-
| 11ty | `/_site` |
26-
| preact-cli | `/src/static` |
27-
| Docusaurus | `/static` |
14+
| These generators | store static files in |
15+
| ------------------------------------------------------- | --------------------- |
16+
| Jekyll, GitBook | `/` (project root) |
17+
| Hugo, Gatsby, Nuxt 2, Gridsome, Zola, Sapper, SvelteKit | `/static` |
18+
| Next, Nuxt 3 | `/public` |
19+
| Hexo, Middleman, Jigsaw | `/source` |
20+
| Wyam | `/input` |
21+
| Pelican | `/content` |
22+
| Spike | `/views` |
23+
| VuePress | `/.vuepress/public` |
24+
| Elmstatic | `/_site` |
25+
| 11ty | `/_site` |
26+
| preact-cli | `/src/static` |
27+
| Docusaurus | `/static` |
2828

2929
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)!)
3030

0 commit comments

Comments
 (0)