Cachebust when publishing

Hello @tlee-pb,

For cachebust, you can refer to the below links

let response = fetch('https://cdn.builder.io/api/v1/html/DOC_ID?apiKey=YOUR_KEY&cachebust=true')
// Now you can save and later serve the HTML as you please
let html = response.data.html