docs: disable stupid service worker

This commit is contained in:
DIYgod
2018-05-25 18:31:49 +08:00
parent 88a9157b2e
commit 0000ef703c
2 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ module.exports = {
title: 'RSSHub',
description: '🍰 使用 RSS 连接全世界',
ga: 'UA-48084758-10',
serviceWorker: true,
serviceWorker: false,
themeConfig: {
repo: 'DIYgod/RSSHub',
editLinks: true,