From 461fed9c60e271ff2697e77bafbd5cb16af39d56 Mon Sep 17 00:00:00 2001 From: Chris W Date: Fri, 6 Oct 2023 18:15:27 -0600 Subject: [PATCH] remove public vars --- src/routes/+layout.svelte | 71 ++++++++------------------------------- 1 file changed, 14 insertions(+), 57 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 164f2fb..60d766f 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,68 +1,25 @@ - {#if PUBLIC_GOOGLE_ANALYTICS_SITE_ID} - - - {/if} - - {#if PUBLIC_PLAUSIBLE_DOMAIN} - - {/if} - - {#if PUBLIC_ACKEE_URL && PUBLIC_ACKEE_DOMAIN_ID} - - {/if} - - {#if PUBLIC_MATOMO_URL && PUBLIC_MATOMO_SITE_ID} - - - {/if} + +