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:
@@ -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",
|
||||
});
|
||||
Reference in New Issue
Block a user