-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
Description
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
- The install command should be
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.