diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 907f9f215..1d06d4ba1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -23,11 +23,11 @@ module.exports = { }, serviceWorker: true, theme: 'vue', - algolia: { - apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f', - indexName: 'vue_test_utils' - }, themeConfig: { + algolia: { + apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f', + indexName: 'vue_test_utils' + }, repo: 'vuejs/vue-test-utils', docsDir: 'docs', editLinks: true,