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.
This commit is contained in:
parent
5bf06aa258
commit
8e177ef00f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ enableGitInfo = false
|
||||||
publisherURL = "https://comunes.org"
|
publisherURL = "https://comunes.org"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
# Links rendered only when set, so nothing broken shows before they exist:
|
# 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
|
fdroidURL = "" # F-Droid, once published
|
||||||
sourceURL = "https://git.comunes.org/comunes/tane" # public source repository (AGPL)
|
sourceURL = "https://git.comunes.org/comunes/tane" # public source repository (AGPL)
|
||||||
weblateURL = "https://translate.comunes.org/projects/tane/" # translation platform
|
weblateURL = "https://translate.comunes.org/projects/tane/" # translation platform
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue