It looks like the Vercel hugo build needs the domain URL to generate proper links (about shows 404) Mainly it requires - changing the build command to `hugo -b https://$VERCEL_URL -D --gc` - adding an empty environment var `VERCEL_URL` e.g.  