You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hosting on Vercel, overriding the install command, as guided in the docs, can lead to a timeout. Besides, a proper env variable may need to be set.
Motivation and context
The install command should be dnf install -y golang or yum install -y golang.
HUGO_VERSION env variable is needed. At the time of opening this issue, a proper setting would be like HUGO_VERSION=0.136.5. That is, set to a version the same as declared in hugoblox.yaml. Otherwise, Vercel may automatically select an ancient version of Hugo.
The text was updated successfully, but these errors were encountered:
Prerequisites
Proposal
When hosting on Vercel, overriding the install command, as guided in the docs, can lead to a timeout. Besides, a proper env variable may need to be set.
Motivation and context
dnf install -y golang
oryum install -y golang
.HUGO_VERSION
env variable is needed. At the time of opening this issue, a proper setting would be likeHUGO_VERSION=0.136.5
. That is, set to a version the same as declared inhugoblox.yaml
. Otherwise, Vercel may automatically select an ancient version of Hugo.The text was updated successfully, but these errors were encountered: