Hi everybody! I have an issue tryng to upload my new website. I called “TANQUE”. At the time that i click to upload it, it say that there’s an error. i would really apreciate if u can help me with this, thank you very much!*
Hello @valentinomirabellisk, thanks for the feedback.
If you are using the drag and drop method to deploy your website, make sure your project folder contains the HTML files in the project root.
If the above does not work, if possible can you share a repository of your website?
Oh haha what a silly mistake! okey now i fixed that. I have one last, sorry. Now the images does not load, guess that it is a route issue, i tried tons of times but can not get it.
Hi @valentinomirabellisk,glad to know the suggestions helped resolved the problem.
Regarding the images not displaying, since your images are in the root folder, the source (src) or path of the image should be ./ followed by the image name instead of /Users/valentinomirabelli/Desktop/WEB/
E.g: ./your_image_name.png
Kindly open your index.html file and then navigate to the gallery section in your code in order to make the changes similar to the code snippet below.