import type { HeadConfig } from '@vuepress/core' export const head: HeadConfig[] = [ ["meta", { name: "theme-color", content: "#3eaf7c" }], ["meta", { name: "apple-mobile-web-app-capable", content: "yes" }], ["meta", { name: "apple-mobile-web-app-status-bar-style", content: "black" }], ["link", { rel: "icon", href: "../../favicon.ico" }], ]