I have successfully deployed a static vue.js website to Azure at
The development build looks great in Chrome and Safari on OS X, and the production build works fine when served from the dist directory.
However, the CSS doesn't seem to be rendering correctly on the website, despite uploading the files with the correct mime types.
Interestingly, when I use Chrome Developer Tools to format the CSS on the static site, it then starts rendering correctly.
Any suggestions on how to fix this issue?
Thank you!