diff --git a/docusaurus.config.ts b/docusaurus.config.ts index fb2c02a..ae5dba6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic'; const config: Config = { title: 'Dreamflow Documentation', tagline: 'Learn how to build mobile, web and desktop apps incredibly fast - without sacrificing on app quality or features', - url: 'https://docs.dreamflow.io', + url: 'https://docs.dreamflow.com', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'throw', @@ -151,19 +151,22 @@ const config: Config = { // externalUrlRegex: 'external\\.com|domain\\.com', // Optional: Replace parts of the item URLs from Algolia. Useful when using the same search index for multiple deployments using a different baseUrl. You can use regexp or string in the `from` param. For example: localhost:3000 vs myCompany.com/docs - replaceSearchResultPathname: { - from: '/docs/', // or as RegExp: /\/docs\// - to: '/', - }, + // replaceSearchResultPathname: { + // from: '/docs/', // or as RegExp: /\/docs\// + // to: '/', + // }, // Optional: Algolia search parameters - searchParameters: {}, + searchParameters: { + // Add debugging to see what's happening + hitsPerPage: 20, + }, // Optional: path for search page that enabled by default (`false` to disable it) searchPagePath: 'search', // Optional: whether the insights feature is enabled or not on Docsearch (`false` by default) - insights: true, + insights: false, //... other Algolia params },