Skip to content

Commit

Permalink
Remove search path and placeholder option
Browse files Browse the repository at this point in the history
  • Loading branch information
nedjulius committed Oct 13, 2023
1 parent 10c7113 commit f8dec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const config = {
appId: process.env.ALGOLIA_APP_ID,
apiKey: process.env.ALGOLIA_SEARCH_API_KEY,
indexName: process.env.ALGOLIA_INDEX_NAME,
placeholder: 'Search NYU CS Wiki'
searchPagePath: false,
},
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
Expand Down

0 comments on commit f8dec26

Please sign in to comment.