fix(docs-next.js): update version to netlify-cms
This commit is contained in:
parent
8b76c23888
commit
e0db5ea19a
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: NextJS
|
||||
group: Guides
|
||||
weight: 40
|
||||
title: NextJS
|
||||
---
|
||||
This guide will help you get started using Netlify CMS with NextJS.
|
||||
|
||||
@ -152,7 +152,7 @@ Paste HTML for Netlify CMS into your `public/admin/index.html` file (check out t
|
||||
</head>
|
||||
<body>
|
||||
<!-- Include the script that builds the page and powers Netlify CMS -->
|
||||
<script src="https://unpkg.com/netlify-cms@2.9.7/dist/netlify-cms.js"></script>
|
||||
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
@ -228,4 +228,4 @@ Great job - you did it! Open your new page via the new Netlify URL, and navigate
|
||||
|
||||
**Tip:** Signing up with an external provider is the easiest. If you want to sign up by email, you'll have to set up a redirect in your index.js page (which we won't be covering in this guide). For more information, have a look at the [Add To Your Site](https://www.netlifycms.org/docs/add-to-your-site) section.
|
||||
|
||||
Congratulations - you can finally manage your new list of cats!
|
||||
Congratulations - you can finally manage your new list of cats!
|
||||
|
Loading…
x
Reference in New Issue
Block a user