Vercel

The site lives at name.vercel.app (the free Hobby tier).

With the button

Deploy with Vercel

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

  1. Put a vercel.json file in the repository root:
{
  "buildCommand": "npx --yes @abstractwebunit/markdown-publish build --out dist",
  "outputDirectory": "dist"
}
  1. 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.