Site doesn't load as expected on Firebase

Make sure you read through Requesting Help. It would help if you shared the source of your site. That might be the Google Drive link, but I doubt anyone is going to click that. The standard practice is to host it online in a git repo.

I don’t know what the issue you are having is, I didn’t see an “infinite loop”. But I did notice the paths to your stylesheets is missing a forward slash. A common issue with that is not setting your baseURL correctly. Make sure it has an ending slash:

baseurl = "https://example.org/"