Skip to content

Commit 18b77ed

Browse files
committed
🔧 config(vuepress): updates
1 parent bfaf8ab commit 18b77ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/.vuepress/config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,22 @@ module.exports = {
1212
base: '/eslint-plugin-vue-i18n/',
1313
title: 'eslint-plugin-vue-i18n',
1414
description: 'ESLint plugin for Vue I18n',
15-
serviceWorker: false,
15+
serviceWorker: true,
1616
evergreen: true,
1717
head: [
1818
['meta', { name: 'theme-color', content: '#3eaf7c' }]
1919
],
2020
themeConfig: {
2121
repo: 'kazupon/eslint-plugin-vue-i18n',
22+
docsRepo: "kazupon/eslint-plugin-vue-i18n",
2223
docsDir: 'docs',
2324
docsBranch: 'master',
2425
editLinks: true,
2526
search: false,
27+
lastUpdated: true,
28+
serviceWorker: {
29+
updatePopup: true,
30+
},
2631
nav: [{
2732
text: 'Patreon',
2833
link: 'https://www.patreon.com/kazupon'

0 commit comments

Comments
 (0)