import type { StarlightBlogUserConfig } from "starlight-blog"; type Authors = NonNullable["authors"]; export const authors: Authors = { leaanthony: { name: "Lea Anthony", title: "Maintainer of Wails", url: "https://github.com/leaanthony", picture: "https://github.com/leaanthony.png", }, };