Skip to content

Commit

Permalink
fix search path
Browse files Browse the repository at this point in the history
  • Loading branch information
timlrx committed Nov 21, 2023
1 parent be50f97 commit 96310cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/siteMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const siteMetadata = {
search: {
provider: 'kbar', // kbar or algolia
kbarConfig: {
searchDocumentsPath: 'search.json', // path to load documents to search
searchDocumentsPath: 'tailwind-nextjs-starter-blog/search.json', // path to load documents to search
},
// provider: 'algolia',
// algoliaConfig: {
Expand Down

0 comments on commit 96310cd

Please sign in to comment.