// .vuepress/config.js const path = require("path"); const host_url = "https://spring.gitcode.net/spring-docs/"; const autometa_options = { site: { name: "Spring 中文文档社区" }, canonical_base: host_url }; module.exports = { title: "Spring 中文文档社区", base: "/spring-docs/", head: [ [ "link", { rel: "icon", type: "image/png", sizes: "16x16", href: `/images/icons/favicon.ico` } ], [ "link", { rel: "icon", type: "image/png", sizes: "48x48", href: `/images/icons/icon-48x48.png` } ], [ "link", { rel: "icon", type: "image/png", sizes: "72x72", href: `/images/icons/icon-72x72.png` } ], ["link", { rel: "manifest", href: "/manifest.webmanifest" }], ["meta", { name: "application-name", content: "Spring 中文文档社区" }], [ "meta", { name: "apple-mobile-web-app-title", content: "Spring 中文社区" } ], [ "meta", { name: "apple-mobile-web-app-status-bar-style", content: "black" } ], ["link", { rel: "apple-touch-icon", href: `/images/icons/icon_48x48.png` }], [ "link", { rel: "mask-icon", href: "/images/icons/favicon.ico", color: "#5dac38" } ], ["meta", { name: "msapplication-TileColor", content: "#5dac38" }], ["meta", { name: "theme-color", content: "#5dac38" }], [ "meta", { name: "viewport", content: "width=device-width, initial-scale=1" } ], ["meta", { "http-equiv": "X-UA-Compatible", content: "IE=edge" }], ['script', {},`