提交 6dce0a5b 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

chore: Remove service worker for docs

上级 1aa795c5
module.exports = {
title: 'hexo-theme-stun',
description: 'A beautiful & simple theme for Hexo',
head: [
['link', { rel: 'icon', href: '/icons/favicon-32x32.png' }],
],
base: '/hexo-theme-stun/',
serviceWorker: false,
locales: {
'/': {
lang: 'en-US',
......@@ -14,16 +18,6 @@ module.exports = {
description: '一个漂亮、简洁的 Hexo 主题',
},
},
head: [
['link', { rel: 'icon', href: `/icons/favicon-32x32.png` }],
['link', { rel: 'manifest', href: '/manifest.json' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
['link', { rel: 'apple-touch-icon', href: `/icons/favicon-180x180.png` }],
['meta', { name: 'msapplication-TileImage', content: '/icons/favicon-144x144.png' }],
['meta', { name: 'msapplication-TileColor', content: '#000000' }],
],
serviceWorker: true,
themeConfig: {
repo: 'liuyib/hexo-theme-stun',
logo: '/icons/favicon-144x144.png',
......
{
"name": "hexo-theme-stun docs",
"short_name": "Stun docs",
"icons": [
{
"src": "/hexo-theme-stun/icons/favicon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/hexo-theme-stun/icons/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/hexo-theme-stun/",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#74c9ff"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册