I have an issue where the preview doesn't seem to be working correctly in my nuxt project.
My preview setup looks like this:
And in nuxt.config.js
I add the script to the end of the body:
This is the result I get:
I'm using this example project with all the latest dependencies and route resolver.
Also, I remember a prismic project I had earlier this year where you didn't need to add the script for the preview to work. So I guess this is new?
Anyway, what am I doing wrong here?