Hello
I made Html files via Visual Studio and deployed via Netlify.
However, once I deployed my file here, the website didn’t go through what I actually created. The font was not applied and Images are not shown.
Could you take a look and guide me what can I do?
This is the website
https://healthydieter.netlify.app/
Thank you
I’m not seeing any content whatsoever. Are you certain you deployed the files to the correct location? They’re not in a subfolder?
perry
April 20, 2020, 5:23pm
3
I agree with what greg is saying - I can’t see any of your assets loading.
This guide might be a great place to start debugging:
Overview
Sites on Netlify can be built using many different tools — differing frameworks, programming languages and approaches. It can be incredibly frustrating to see your site fail to build! If you have a build on Netlify that is failing with an error message that you don’t understand, you are not alone. Here you’ll find some common build failure messages, and probable solutions to the causes. If you’re looking for more general information on build debugging, or interested in details about how…