Hey everyone! I've created five HTML files for my project, but I'm struggling to deploy them using Firebase. So far, I've only managed to get my homepage up and running, but I'm completely lost when it comes to deploying the others. I'd really appreciate any advice you might have, especially since I'm just starting out. Thanks a lot!
1 Answer
It sounds like you might be having issues with your file paths. Make sure that the links you’re using in your homepage point exactly to the names of your HTML files and folders. Double-check the names you used; sometimes even small mistakes can cause your pages not to load properly.

That makes total sense! I actually realized that I had some naming issues with my asset files, and missed a couple of details in the links. Thanks for the tip!