Skip to content

Commit

Permalink
fix(ci): comment out config code
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Sep 2, 2021
1 parent 71f9bfa commit 1b8870e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/documentation/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
dest: 'public',
title: 'Hello vuepress-jsdoc',
description: 'Just playing around with vuepress-jsdoc',
plugins: [
/*plugins: [
[
// require('vuepress-jsdoc')
require('../../../dist/index.js').default,
Expand All @@ -21,7 +21,7 @@ module.exports = {
watch: true
}
]
],
],*/
locales: {
'/': {
title: 'vuepress-jsdoc',
Expand Down

0 comments on commit 1b8870e

Please sign in to comment.