import { navbar } from "vuepress-theme-hope"; export default navbar([ "/", "/notes/", "/diaries/", { text: "友链", icon: "heart", link: "/friends/", }, ]);