diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index b5babf91..a93ff3bf 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -15,6 +15,7 @@ module.exports = { ["link", { rel: "icon", href: "/favicon.ico" }], ["meta", { name: "theme-color", content: "#2e84bf" }], ["meta", { prefix: "og: http://ogp.me/ns#", property: "og:image", content: "https://tachiyomi.org/icons/logo.png" }], + ['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }], // Custom headers ["link", { rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin:""}], ["link", { rel: "stylesheet", href: "https://fonts.googleapis.com/css?family=Open+Sans"}],