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