rm flexsearch

This commit is contained in:
samaradel
2021-06-17 13:33:09 +02:00
parent 6c9dded23f
commit 882f124897
2 changed files with 0 additions and 40 deletions

View File

@@ -449,45 +449,6 @@ module.exports = {
shouldPurgeUnusedKeyframes: true, shouldPurgeUnusedKeyframes: true,
} }
}, },
// Full Text search
{
use: 'gridsome-plugin-flexsearch',
options: {
searchFields: ['title', 'name', 'content', 'status', 'linkedin', 'excerpt', 'cities', 'countries', 'websites'],
collections: [{
typeName: 'Blog',
indexName: 'Blog',
fields: ['path']
},
{
typeName: 'Project',
indexName: 'Project',
fields: ['path']
},
{
typeName: 'Person',
indexName: 'Person',
fields: ['path']
},
{
typeName: 'News',
indexName: 'News',
fields: ['path']
},
{
typeName: 'MarkdownPage',
indexName: 'MarkdownPage',
fields: ['path']
},
]
}
},
{ {
use: 'gridsome-plugin-matomo', use: 'gridsome-plugin-matomo',
options: { options: {

View File

@@ -19,7 +19,6 @@
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"core-js": "^3.6.5", "core-js": "^3.6.5",
"gridsome": "^0.7.3", "gridsome": "^0.7.3",
"gridsome-plugin-flexsearch": "github:hamdy/gridsome-plugin-flexsearch",
"gridsome-plugin-matomo": "^0.1.0", "gridsome-plugin-matomo": "^0.1.0",
"gridsome-plugin-remark-prismjs-all": "^0.3.5", "gridsome-plugin-remark-prismjs-all": "^0.3.5",
"gridsome-plugin-tailwindcss": "^3.0.1", "gridsome-plugin-tailwindcss": "^3.0.1",