tanstack.com
tanstack.com copied to clipboard
TanStack Form Search is broken / Missing algolia config
Hello,
the TanStack Form DocSearch is broken right now. It seems like the configuration is not set in the docs/config.json file.
https://github.com/TanStack/form/blob/main/docs/config.json#L2-L6
"docSearch": {
"appId": "",
"apiKey": "",
"indexName": "tanstack-form"
},
as opposed to TanStack Query for example:
"docSearch": {
"appId": "20TOVD6LOE",
"apiKey": "35bc6c51aa322700d1383e17c4f669f4",
"indexName": "tanstackquery"
},