From: Eduardo San Martin Morote Date: Thu, 15 Apr 2021 14:41:39 +0000 (+0200) Subject: docs: correct lang X-Git-Tag: v2.0.0-alpha.14~55 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=292af90870ae6806a8241b9acacf2772a0d24853;p=thirdparty%2Fvuejs%2Fpinia.git docs: correct lang --- diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index d8fccd30..3166ed57 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -26,7 +26,7 @@ const productionHead = [ */ module.exports = { title: 'Pinia', - lang: 'en', + lang: 'en-US', description: 'The Vue Store that you will enjoy using', head: [ ['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }], @@ -123,11 +123,6 @@ module.exports = { algolia: { apiKey: 'd526df143dcebc3c6de61189345348d1', indexName: 'pinia', - algoliaOptions: { - facetFilters: [ - 'tags:introduction,getting-started,core-concepts,ssr,cookbook', - ], - }, }, carbonAds: {