gethugothemes / liva-hugo

Liva is a personal blog template powered by Hugo.
https://gethugothemes.com/products/liva/?utm_source=liva_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
275 stars 237 forks source link

Post pages do not load- blank page #38

Closed DSosinski closed 3 years ago

DSosinski commented 3 years ago

I deployed with AWS Amplify. Localhost works fine but deployed version opens blank page when clicking posts. I checked Firefox console and got a lot of 404 messages with following https://master.d31..3zj7ey1hm.amplifyapp.com/blog/post-1/plugins/bootstrap/bootstrap.min.css/ GET https://master.d31..3zj7ey1hm.amplifyapp.com/blog/post-1/images/featured-post/post-1.jpg/ GET https://master.d31..3zj7ey1hm.amplifyapp.com/blog/post-1/plugins/jQuery/jquery.min.js/

It seems like site loads with /blog/post-1/...

Any suggestions

Thanks, D

DSosinski commented 3 years ago

Resolved.

I added following environment vars and redeployed

HUGO_VERSION = "0.73.0" HUGO_BASEURL = "/"