Interface BlogOptions

interface BlogOptions {
    charset: string;
    languages: string[];
    url: string | URL;
}

Properties

Properties

charset: string

The character encoding for the values included in comments.

languages: string[]

The languages in use on the blog or site, in ISO 639-1 format.

url: string | URL

The blog or site URL.