Open MrAntooo opened 3 years ago
Hi @MrAntooo, thanks for the feedback and sorry for the delay.
I'm not familiar with these platforms, so please check their documents like https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify or https://vercel.com/guides/deploying-hugo-with-vercel.
ah I've had this issue with netlify, you need to use the url with a trailing / other wise the styles get screwed up
I could deploy to Vercel without problems after specifying the buildUrl with -b, i.e. got the the $project
-> Settings
-> General
-> Build & Development Settings
and override build and development commands with:
hugo -b https://$VERCEL_URL/
hugo server -D -w -p $PORT -b https://$VERCEL_URL/
The system/default env vars are documented at: https://vercel.com/docs/environment-variables#system-environment-variables
Hi, how can I upload the site to Netlify / Vercel? It is not the first time I load a site on those platforms but this time styles and all elements of the static folder are not recognized.
Thanks and congratulations for the work on this theme.