Hugo theme will not load with Netlify

Hi,

I cannot get my Hugo theme to load with Netlify (locally, it works fine). There are no deploy errors seen. The theme used is Ink (which is a fork of Ezhil).

Netlify site - https://nostalgic-ride-ded0c1.netlify.app
Git repo - GitHub - aninchat/theasciiconstruct: Repo for The ASCII Construct blog

Please help!

Hi,

in the file config.toml, try to add a / at the end of the baseURL.

The first line should look like this:

baseURL = "https://nostalgic-ride-ded0c1.netlify.app/"

That was it, thank you!

1 Like