bigspring-light-hugo icon indicating copy to clipboard operation
bigspring-light-hugo copied to clipboard

Theme not rendering on firebase and on debug mode

Open PRedemption opened this issue 2 years ago • 1 comments

Theme not rendering well on Google Chrome in debug mode or when deployed on firebase. But on Netlify Screenshot from 2022-06-27 07-28-28 is working well.

PRedemption avatar Jun 27 '22 05:06 PRedemption

Hello @PRedemption

I think you didn't fill the baseURL field with the exact URL, in the config/_default/config.toml file.

tfsomrat avatar Jun 28 '22 02:06 tfsomrat

I had a similar issue, the problem for me was that I did not had the contents of this git repo in a folder named bigspring-light, so I had to change the line in the config.toml to the folder name where the files were. (root folder where you put the git repo contents)

https://github.com/gethugothemes/bigspring-light/blob/248923a6c7e0a6853b560412be81cffc36f0c373/exampleSite/config/_default/config.toml#L4

This fixed the problem

0x111 avatar Nov 26 '22 19:11 0x111