Also, how did you manage to embed any website as an iframe without CORS or CSP issues?
the websites are pre-rendered using headless Chrome
the side-effect of this approach is that all the files (like images) are embedded into the HTML and the website also loses interactivity
works great for static documentation sites however!
the websites are pre-rendered using headless Chrome
the side-effect of this approach is that all the files (like images) are embedded into the HTML and the website also loses interactivity
works great for static documentation sites however!