From 8b38503b5cf9c00e58c4f4ed2ee4c5c0f23f19b4 Mon Sep 17 00:00:00 2001 From: SWHL Date: Mon, 25 Sep 2023 07:38:23 +0800 Subject: [PATCH] Update docs --- hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 817d471d..34fb11cc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -105,9 +105,9 @@ enableGitInfo = true # N.B. .GitInfo does not currently function with submodule # indexName = "dev_lotusdocs.dev" # Index Name to perform search on (or set env variable HUGO_PARAM_DOCSEARCH_indexName) [params.plausible] # Parameters for Plausible Analytics - dataDomain = "rapidai.github.io/RapidOCRDocs" # (or set via env variable HUGO_PARAMS_PLAUSIBLE_dataDomain) - scriptURL = "/docs/s/js/script.outbound-links.js" # (or set via env variable HUGO_PARAMS_PLAUSIBLE_scriptURL) - eventAPI = "/docs/s/api/event/" # optional - (or set via env variable HUGO_PARAMS_PLAUSIBLE_eventAPI) + dataDomain = "rapidai.github.io" # (or set via env variable HUGO_PARAMS_PLAUSIBLE_dataDomain) + scriptURL = "/RapidOCRDocs/docs/s/js/script.outbound-links.js" # (or set via env variable HUGO_PARAMS_PLAUSIBLE_scriptURL) + eventAPI = "/RapidOCRDocs/docs/s/api/event/" # optional - (or set via env variable HUGO_PARAMS_PLAUSIBLE_eventAPI) [params.feedback] enabled = false