1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

fix: update docsearch configuration with hardcoded values for testing purposes

This commit is contained in:
codecalm
2025-04-19 15:58:51 +02:00
parent f9f9663b2a
commit 3da4395d10

View File

@@ -2,7 +2,7 @@ import docsearch from '@docsearch/js';
docsearch({
container: '#docsearch',
appId: process.env.DOCSEARCH_APP_ID,
indexName: process.env.DOCSEARCH_INDEX_NAME,
apiKey: process.env.DOCSEARCH_API_KEY,
appId: "NE1EGTYLS9",
indexName: "tabler",
apiKey: "016353235ef1dd32a6c392be0e939058",
});