searchDocumentsPath taking BASE_PATH into account
This commit is contained in:
@ -81,7 +81,7 @@ const siteMetadata = {
|
||||
search: {
|
||||
provider: 'kbar', // kbar or algolia
|
||||
kbarConfig: {
|
||||
searchDocumentsPath: 'search.json', // path to load documents to search
|
||||
searchDocumentsPath: `${process.env.BASE_PATH || ''}/search.json`, // path to load documents to search
|
||||
},
|
||||
// provider: 'algolia',
|
||||
// algoliaConfig: {
|
||||
|
Reference in New Issue
Block a user