replace search plugin due to theme changes

This commit is contained in:
mahula 2025-10-28 18:23:23 +01:00
parent 51cd732d27
commit da05f97c7f

View File

@ -195,19 +195,9 @@ export default hopeTheme({
}, },
localeFallback: false, localeFallback: false,
}, },
searchPro: { slimsearch: {
indexContent: true, indexContent: true,
autoSuggestions: true, autoSuggestions: true,
customFields: [
{
getter: (page) => page.frontmatter.category,
formatter: "Category: $content",
},
{
getter: (page) => page.frontmatter.tag,
formatter: "Tag: $content",
},
],
}, },
seo: { seo: {
fallbackImage: '/logo.svg', fallbackImage: '/logo.svg',