Hi, I have a Nuxt.js site (static generated) on Netlify where data is provided by Umbraco. I have API endpoints for both published and preview content, and the remaining piece of the puzzle is the preview button in Umbraco. I need this to point to the Netlify site with content ID and locale args.
I've looked into a basic redirect from /umbraco/preview requests which already have the necessary data in the querystring but no luck. I also looked into response interceptors but could not figure out where preview-related model data resided.
Custom preview
Hi, I have a Nuxt.js site (static generated) on Netlify where data is provided by Umbraco. I have API endpoints for both published and preview content, and the remaining piece of the puzzle is the preview button in Umbraco. I need this to point to the Netlify site with content ID and locale args.
I've looked into a basic redirect from /umbraco/preview requests which already have the necessary data in the querystring but no luck. I also looked into response interceptors but could not figure out where preview-related model data resided.
Any ideas?
is working on a reply...