From c6c3e22b32ee492ac88283951b45fbd19577cc35 Mon Sep 17 00:00:00 2001 From: adueck Date: Mon, 18 Dec 2023 18:18:00 +0400 Subject: [PATCH] update dictionary info --- functions/src/publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/publish.ts b/functions/src/publish.ts index b65af8c..e443d5b 100644 --- a/functions/src/publish.ts +++ b/functions/src/publish.ts @@ -32,7 +32,7 @@ const storage = new Storage({ const title = "LingDocs Pashto Dictionary"; const license = `Copyright © ${new Date().getFullYear()} lingdocs.com All Rights Reserved - Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - https://creativecommons.org/licenses/by-nc-sa/4.0/`; const bucketName = "lingdocs"; -const baseUrl = `https://storage.googleapis.com/${bucketName}/`; +const baseUrl = `https://storage.lingdocs.com/`; const dictionaryFilename = "dictionary"; const dictionaryInfoFilename = "dictionary-info"; // const hunspellAffFileFilename = "ps_AFF.aff";