Is there really anything wrong with using a CDN to serve static HTML files, like any webserver?
We are developing a CMS on Google App Engine and are tinkering with the idea of providing publishing to static html files. This is accomplished in minutes using the Google Cloud Storage Python API for Google App Engine.
But while the HTML file is delivered fine in other browsers, Chrome automatically downloads the HTML files locally and does not open then in a browser tab.
Any direction appreciated.