The goal
I want to migrate (maybe convert) the pages data from the old site to the new site.
The outline
- I'm going to do a rebrand on an existing Gatsby website for a client.
- The client has provided me with the source files for Sanity-Studio & Gatsby
- I was able to locally build both the Sanity-Studio & the Gatsby site
The problem
- The actual data, from what I understand, is still hosted on the sanity.io account of the previous developer.
- I cannot access this data, not even locally.
- I cannot add an new account to the local sanity-studio without logging in with the original account.
- I prefer to do this automated, since there are about 100 pages in total.
The question
Part 1
- Is there a way to receive/access this data and to be able to migrate (or export / import) it to my new (different) Gatsby site?
Part 2
- I was planning of leaving Sanity.io out of it and use Gatsby.js + Netlify-CMS -> Can I convert all the data from Sanity.io to Markdown files, so that I can use it with Netlify-CMS?