From 261758b07aac4608b8d7e7737d7e741d6d0e2e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 31 Aug 2021 16:49:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Finally=20set=20the=20URL=20for?= =?UTF-8?q?=20the=20App=20Store?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See-Also: https://snikket.org/blog/snikket-ios-public-release/ --- snikket_web/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snikket_web/__init__.py b/snikket_web/__init__.py index 184a96f..8343825 100644 --- a/snikket_web/__init__.py +++ b/snikket_web/__init__.py @@ -154,7 +154,9 @@ class AppConfig: "pl", "sv", ], converter=autosplit) - apple_store_url = environ.var("") + apple_store_url = environ.var( + "https://apps.apple.com/us/app/snikket/id1545164189", + ) # Default limit of 1 MiB is what was discovered to be the effective limit # in #67, hence we set that here for now. # Future versions may change this default, and the standard deployment