Appearance
--- head: - - meta - name: description content: hello - - meta - name: keywords content: super duper SEO ---
type HeadConfig = | [string, Record<string, string>] | [string, Record<string, string>, string];