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',
|
defaultLocale: 'en',
|
||||||
locales: isDeployPreview
|
locales: isDeployPreview
|
||||||
? // Deploy preview: keep it fast!
|
? // Deploy preview: keep it fast!
|
||||||
['en']
|
['en']
|
||||||
: isI18nStaging
|
: isI18nStaging
|
||||||
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
|
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
|
||||||
['en']
|
['en']
|
||||||
: // Production locales
|
: // Production locales
|
||||||
['en'],
|
['en'],
|
||||||
},
|
},
|
||||||
onBrokenLinks: 'warn',
|
onBrokenLinks: 'warn',
|
||||||
@ -264,11 +264,11 @@ const isI18nStaging = process.env.I18N_STAGING === 'true';
|
|||||||
gtag: {
|
gtag: {
|
||||||
trackingID: 'UA-110573590-2',
|
trackingID: 'UA-110573590-2',
|
||||||
},
|
},
|
||||||
// algolia: {
|
algolia: {
|
||||||
// apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
apiKey: '1960250e38c7655d2bfe0ce8fdaed987',
|
||||||
// indexName: 'docusaurus-2',
|
indexName: 'ohif',
|
||||||
// contextualSearch: true,
|
contextualSearch: true,
|
||||||
// },
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
hideOnScroll: false,
|
hideOnScroll: false,
|
||||||
logo: {
|
logo: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user