MarcusVirg/forty

The site runs fine on my laptop, but does not render correctly on Netlify.

Closed this issue · 1 comments

Hi, I am trying to make a landing page for my university club with Hugo + Forty, but when I have Netlify build and deploy the site, it does not render. The build does succeed, it just misses all of the css or something? https://tamuccc.netlify.com is the deploy url.

My repository url is https://github.com/jasikpark/tamuccc

I even deleted my local copy of the site and cloned it from Github, then ran hugo serve -D, and it worked perfectly.

#9

ah... I put https://tamuccc.com as the baseURL, not https://tamuccc.netlify.com as the baseURL.

thanks!