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";