Vercel
The site lives at name.vercel.app (the free Hobby tier).
With the button
Vercel will create a copy of the template in your GitHub and build the site. Your notes go in the vault/ folder.
Your own repository
- Put a
vercel.jsonfile in the repository root:
{
"buildCommand": "npx --yes @abstractwebunit/markdown-publish build --out dist",
"outputDirectory": "dist"
}
- On vercel.com/new import your repository → Deploy.
The site rebuilds on every push.
No base-href needed
Just like on Netlify, the site lives at the domain root — the default base-href (/) is what you want.
Site settings: Configuration.