module.exports = [ ["@vuepress/back-to-top"], [ "clean-urls", { normalSuffix: "/", }, ], [ "@vuepress/pwa", { serviceWorker: true, updatePopup: true, }, ], [ "@vuepress/google-analytics", { ga: "UA-148212082-1", }, ], [ "vuepress-plugin-container", { type: "expander", before: (info) => `
${info}`, after: "
", }, ], [ "vuepress-plugin-container", { type: "guide", before: (info) => `

${info}

`, after: "
", }, ], [ "vuepress-plugin-container", { type: "aside", defaultTitle: "", }, ], [ "vuepress-plugin-container", { type: "aside-guide", defaultTitle: "", }, ], [ "vuepress-plugin-sitemap", { hostname: "https://tachiyomi.org", }, ], ];