We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a20155 commit 798ed8bCopy full SHA for 798ed8b
pages/search.vue
@@ -50,7 +50,7 @@ const searchClient = algoliasearch(
50
process.env.AlgoliaSearchOnlyAPIKey
51
)
52
53
-console.log("searchClient: ", searchClient)
+console.log('searchClient: ', searchClient)
54
55
export default {
56
components: {
0 commit comments