Skip to content

Commit ac33e45

Browse files
committed
docs(pt): update the docs/.vuepress/config.js
1 parent ffdc3ec commit ac33e45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
title: 'Vue Test Utils',
3030
lang: 'pt',
3131
description: 'Utilitários para testes de componentes de Vue'
32-
},
32+
}
3333
},
3434
plugins: ['@vuepress/pwa'],
3535
head: [
@@ -209,7 +209,7 @@ module.exports = {
209209
'/fr/api/components/'
210210
]
211211
},
212-
'/': {
212+
'/pt/': {
213213
label: 'Português',
214214
selectText: 'Idiomas',
215215
editLinkText: 'Edite esta página no GitHub',
@@ -243,7 +243,7 @@ module.exports = {
243243
'/pt/api/options',
244244
'/pt/api/components/'
245245
]
246-
},
246+
}
247247
}
248248
},
249249
extendMarkdown: md => {

0 commit comments

Comments
 (0)