zeon-studio / hugoplate

Hugoplate is a free starter template built with Hugo and TailwindCSS that will save you hours of work.
https://zeon.studio/preview?project=hugoplate
MIT License
798 stars 218 forks source link

npm run build breaks the website #117

Closed vovanukas closed 5 months ago

vovanukas commented 5 months ago

I have deployed the website using GitHub pages to this url: https://codiblox.com/

When previewing it in VSCode by running npm run dev, the website looks good but when I build the website using npm run build, the website looks weird with 2 logos and big menu items.

image image
tfsomrat commented 5 months ago

You are blocked by CORS policy. try to use baseURL https://codiblox.com/ instead of https://www.codiblox.com/

vovanukas commented 5 months ago

Thanks, worked!