From 5d7000f43933574d7585ca43890a828c095c6f31 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Fri, 27 Oct 2023 14:44:04 +0530 Subject: [PATCH] fix(docs): base url correction Signed-off-by: Pranav C --- packages/noco-docs/docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/noco-docs/docusaurus.config.js b/packages/noco-docs/docusaurus.config.js index e390b83a3e..8689f75761 100644 --- a/packages/noco-docs/docusaurus.config.js +++ b/packages/noco-docs/docusaurus.config.js @@ -11,7 +11,7 @@ const config = { favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://nocodb.com", + url: "https://docs.nocodb.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/", @@ -101,7 +101,7 @@ const config = { // Replace this with the name of your index/collection. // It should match the "index_name" entry in the scraper's "config.json" file. typesenseCollectionName: 'nocodb-oss-docs-index', - + typesenseServerConfig: { nodes: [ { @@ -112,10 +112,10 @@ const config = { ], apiKey: 'lNKDTZdJrE76Sg8WEyeN9mXT29l1xq7Q', }, - + // Optional: Typesense search parameters: https://typesense.org/docs/0.24.0/api/search.html#search-parameters typesenseSearchParameters: {}, - + // Optional contextualSearch: true, },