fix: Algolia search API
This commit is contained in:
parent
a4ac75b401
commit
c64443b173
@ -56,11 +56,11 @@ const isI18nStaging = process.env.I18N_STAGING === 'true';
|
||||
defaultLocale: 'en',
|
||||
locales: isDeployPreview
|
||||
? // Deploy preview: keep it fast!
|
||||
['en']
|
||||
['en']
|
||||
: isI18nStaging
|
||||
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
|
||||
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
|
||||
['en']
|
||||
: // Production locales
|
||||
: // Production locales
|
||||
['en'],
|
||||
},
|
||||
onBrokenLinks: 'warn',
|
||||
@ -264,11 +264,11 @@ const isI18nStaging = process.env.I18N_STAGING === 'true';
|
||||
gtag: {
|
||||
trackingID: 'UA-110573590-2',
|
||||
},
|
||||
// algolia: {
|
||||
// apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
||||
// indexName: 'docusaurus-2',
|
||||
// contextualSearch: true,
|
||||
// },
|
||||
algolia: {
|
||||
apiKey: '1960250e38c7655d2bfe0ce8fdaed987',
|
||||
indexName: 'ohif',
|
||||
contextualSearch: true,
|
||||
},
|
||||
navbar: {
|
||||
hideOnScroll: false,
|
||||
logo: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user