I currently have a blog running on Next.js + Sanity. I have had a lot of success, but in the past when setting it all up encountered a scary error while editing the blog post schema, that basically crashed and caused me to lose my most recent blog post. I assume it had to be an error with trying to change schema of a blog post as it was being written?
Anyway, I now have a few long posts published, and I don't want to lose them. They are in production and getting views, but now I'm realizing I want to add alt tags to all of their images, which I will do via editing the schema.
Is this known as a safe thing to do with Sanity? I can't afford to have these posts go down on me.
Thank you.