fix: Change URL for docs to generate correct sitemaps
This commit is contained in:
parent
69d62bdf59
commit
a4ac75b401
@ -51,7 +51,7 @@ const isI18nStaging = process.env.I18N_STAGING === 'true';
|
|||||||
projectName: 'OHIF',
|
projectName: 'OHIF',
|
||||||
baseUrl,
|
baseUrl,
|
||||||
baseUrlIssueBanner: true,
|
baseUrlIssueBanner: true,
|
||||||
url: 'https://ohif.org',
|
url: 'https://v3-docs.ohif.org',
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
locales: isDeployPreview
|
locales: isDeployPreview
|
||||||
@ -264,11 +264,11 @@ const isI18nStaging = process.env.I18N_STAGING === 'true';
|
|||||||
gtag: {
|
gtag: {
|
||||||
trackingID: 'UA-110573590-2',
|
trackingID: 'UA-110573590-2',
|
||||||
},
|
},
|
||||||
algolia: {
|
// algolia: {
|
||||||
apiKey: '1960250e38c7655d2bfe0ce8fdaed987',
|
// apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
||||||
indexName: 'ohif',
|
// indexName: 'docusaurus-2',
|
||||||
contextualSearch: true,
|
// contextualSearch: true,
|
||||||
},
|
// },
|
||||||
navbar: {
|
navbar: {
|
||||||
hideOnScroll: false,
|
hideOnScroll: false,
|
||||||
logo: {
|
logo: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user