From 8c8bad52d0dd0738624125454160d091a8fb9753 Mon Sep 17 00:00:00 2001 From: Job Vonk Date: Wed, 22 Jan 2025 15:59:57 +0100 Subject: [PATCH] feat: disable snow height page in radio (#494) --- ansible/roles/radio/templates/.env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/radio/templates/.env.j2 b/ansible/roles/radio/templates/.env.j2 index 546e5eab..16c90aac 100644 --- a/ansible/roles/radio/templates/.env.j2 +++ b/ansible/roles/radio/templates/.env.j2 @@ -20,6 +20,6 @@ VITE_GITHUB_REPOS=svsticky/radio svsticky/constipated-koala svsticky/static-stic VITE_GITHUB_API_TOKEN={{ secret_radio.github_api_token }} # Snow height page -VITE_SNOW_HEIGHT_URL="https://www.sneeuwhoogte.nl/sneeuwhoogte-op-je-site/la plagne/big" +# VITE_SNOW_HEIGHT_URL="https://www.sneeuwhoogte.nl/sneeuwhoogte-op-je-site/la plagne/big" VITE_WEATHER_API_TOKEN={{ secret_radio.weather_api_token }}