Error page when deployed, index.html is in a folder

After trying to open the link (relaxed-sopapillas-4f3987.netlify.app) I get the following error message:
Not Found - Request ID: 01GHSQPR77YHZ25S0B0CAFW287
I know this is because my folder structure looks like the following:
project-folder → html-folder → index.html

The build settings are empty, but I have tried to put “/html/index.html” in base directory and publish directory but it didn’t work.

Where and what should I write for netlify to understand what to deploy?

I’d recommend putting the index.html file in the root of the project, which sounds to be the project-folder directory. If this works, you may not be able to put this file inside another folder, such as the html folder. Let us know how that goes.

1 Like