From 130424e79710064511797bcfd2eaa833964abfa3 Mon Sep 17 00:00:00 2001 From: Johnny McQuade Date: Tue, 20 Feb 2024 14:21:21 +0000 Subject: [PATCH] content: 1.2.10 --- config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ts b/config.ts index fb9e904..984face 100644 --- a/config.ts +++ b/config.ts @@ -11,11 +11,11 @@ config.google_drive = { assets_folder_ids: ["1bnGPB70wPp9hzVOpT4LkPX9h3FwIrqfs"], }; -config.favicon_asset = "images/icons/favicon.svg"; +config.web.favicon_asset = "images/icons/favicon.svg"; config.git = { content_repo: "https://github.com/IDEMSInternational/app-debug-content.git", - content_tag_latest: "1.2.9", + content_tag_latest: "1.2.10", }; config.app_data.output_path = "./app_data";