Image loads on the local server but not on the live website

update: solved

I never found out what the problem was but it seems to have fixed itself, maybe it was some caching issue.


I am using the vncnt-hugo theme

the image loads on local hugo server http://i.imgur.com/OlNbkl3.png

but when I publish to the web host it doesnt load http://i.imgur.com/TBAH7hF.png

the only other image in the site is the favicon which is in the same folder img/favicon.ico which loads fine, however the /img/avatar.jpg doesnt

the avatar image definitely upload fine to the web host, I can see it using the cpanel file manager. any ideas?

Please read Requesting Help .

I read it, what bit exactly are you referring to?

This whole chunk:

sorry I missed the hugo env part, its:

^Cmurrio@machinejp2:~/Hugo/vncnt$ hugo env
Hugo Static Site Generator v0.69.0 linux/amd64 BuildDate: 2020-04-10T12:14:47Z
GOOS=“linux”
GOARCH=“amd64”
GOVERSION=“go1.14.2”

theme is https://github.com/fncnt/vncnt-hugo/ the config.toml code is https://pastebin.com/kX89pZj2 I didnt share it before because I didnt know what code is normally needed

Hugo is a system, so share the whole thing. :sunglasses:

1 Like

will do in the future, Ive only just learned how to use Git to do this :slightly_smiling_face:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.