Skip to content

Commit c91fee9

Browse files
committed
πŸ› Fix tags for docsearch
1 parent 7e7e5d0 commit c91fee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ždocs/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
search: english
2+
search: en
33
---
44

55
# vue-chartjs

β€Ždocs/config.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ docute.init({
3535
apiKey: 'b3544f7387612693644777553675d56a',
3636
indexName: 'vue-chartjs',
3737
// algolia docsearch allows you to search with tag filter
38-
tags: ['english', 'de'],
38+
tags: ['en', 'de'],
3939
// this plugin does require a url too
4040
// where docsearch fetches contents
4141
url: 'https://vue-chartjs.org'

0 commit comments

Comments
Β (0)