]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: correct lang
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 15 Apr 2021 14:41:39 +0000 (16:41 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 15 Apr 2021 14:41:39 +0000 (16:41 +0200)
docs/.vitepress/config.js

index d8fccd30ef9024108b004462b9a3bce7334dc12a..3166ed574625d84ffefcc6026712e771fb1e09ab 100644 (file)
@@ -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: {