Enable search indexing of all pages

This commit is contained in:
Bill Thornton
2022-08-28 22:52:08 -04:00
parent 29a758420c
commit e108d0a761
+3 -1
View File
@@ -130,7 +130,9 @@ module.exports = {
require.resolve('@easyops-cn/docusaurus-search-local'),
{
hashed: true,
blogRouteBasePath: '/posts'
indexPages: true,
blogRouteBasePath: '/posts',
ignoreFiles: ['andtv-privacy']
}
]
]