rm flexsearch
This commit is contained in:
@@ -449,45 +449,6 @@ module.exports = {
|
||||
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',
|
||||
options: {
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"babel-runtime": "^6.26.0",
|
||||
"core-js": "^3.6.5",
|
||||
"gridsome": "^0.7.3",
|
||||
"gridsome-plugin-flexsearch": "github:hamdy/gridsome-plugin-flexsearch",
|
||||
"gridsome-plugin-matomo": "^0.1.0",
|
||||
"gridsome-plugin-remark-prismjs-all": "^0.3.5",
|
||||
"gridsome-plugin-tailwindcss": "^3.0.1",
|
||||
|
||||
Reference in New Issue
Block a user