@sveltia/cms 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/sveltia-cms.js +63 -63
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -127,7 +127,7 @@ If you’re already using Netlify/Decap CMS with the GitHub backend and don’t
|
|
|
127
127
|
|
|
128
128
|
```diff
|
|
129
129
|
-<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
|
|
130
|
-
+<script src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js"></script>
|
|
130
|
+
+<script src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js" type="module"></script>
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
That’s it! You can open `https://[hostname]/admin/` as before to start editing. There is even no authentication process if you’ve already been signed in with GitHub on Netlify/Decap CMS because Sveltia CMS uses your auth token stored in the browser. Simple enough!
|