Website Showing Up as Plain Text

Hi, I coded a website using the theme Hugo Creative, and the website keeps showing up as plain text. Link to site: www.eli.computer Link to repo:https://github.com/edcous/eli.computer.
Any Help is Appreciated!

Hello @edcous

You need to fix the baseURL in your project’s configuration. It needs to be identical to the domain that you’re using i.e. https://www.eli.computer/

Thanks, it worked!