diff --git a/.vuepress/config.js b/.vuepress/config.js index 8f2b686401..994162498b 100755 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -90,7 +90,7 @@ export default defineUserConfig({ }, }, head: [ - ["link", { rel: "preload", href: "/fonts/FiraCode-Regular.woff2", as: "font", type: "font/woff2", crossorigin: "anonymous" }] + ["link", { rel: "preload", href: "/fonts/FiraCode-Regular.woff2", as: "font", type: "font/woff2", crossorigin: "anonymous" }], ['meta', { name: 'theme-color', content: '#3eaf7c' }], ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], [