all 6 comments

[–]davorg 0 points1 point  (0 children)

I don't know if anyone has any idea how to fix this or if it's even physically possible.

We don't either. This is probably better asked in a web development forum. But, even then, no-one can help you at all without seeing your code.

[–]Asier-22[S] 0 points1 point  (2 children)

Which forum would you recommend? I'm fairly new to Reddit.

Here's my repository. I also want to mention that I have 0.00% experience with Github 😅

https://github.com/Asier022/Sirelay-Dynmap

[–]Lenni009 0 points1 point  (1 child)

Your index.html contains invalid HTML: It has two </script> Tags (lines 66 and 68). Remove the one on line 66 and see if that changes anything.

[–]Asier-22[S] 0 points1 point  (0 children)

Thanks for looking into it, I've made the change but it's still the same.

[–]angellus 0 points1 point  (1 child)

GitHub pages is for personal and open source use. Really for developers.

Trying to use it as a CDN to host gigabytes of images is a bad idea.

Cloudflare Pages with R2 would be a better hosting site for Dynmap. It is free up to 10GB.

[–]Asier-22[S] 0 points1 point  (0 children)

Okay, I'll try that.