From 8e177ef00f5b13c5af0f76a48187e70f4663e964 Mon Sep 17 00:00:00 2001 From: vjrj Date: Thu, 16 Jul 2026 16:20:37 +0200 Subject: [PATCH] feat(site): publish Google Play link now that the app is live Set playStoreURL so the store-badges partial renders the Google Play badge (id=org.comunes.tane) on the landing page. --- site/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/config.toml b/site/config.toml index 6ea0539..9522ac3 100644 --- a/site/config.toml +++ b/site/config.toml @@ -15,7 +15,7 @@ enableGitInfo = false publisherURL = "https://comunes.org" license = "AGPL-3.0" # Links rendered only when set, so nothing broken shows before they exist: - playStoreURL = "" # Google Play, once published + playStoreURL = "https://play.google.com/store/apps/details?id=org.comunes.tane" # Google Play fdroidURL = "" # F-Droid, once published sourceURL = "https://git.comunes.org/comunes/tane" # public source repository (AGPL) weblateURL = "https://translate.comunes.org/projects/tane/" # translation platform