From ff55b6864b5753125746753ecfc13973c1cd1a75 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Thu, 22 Feb 2024 00:55:48 +0100 Subject: [PATCH] feat: update environment variables and remove Plausible integrity check --- .env.example | 1 - src/app.html | 1 - 2 files changed, 2 deletions(-) diff --git a/.env.example b/.env.example index d096b55..0071e0a 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,4 @@ SERVER_PB="http://localhost:8090" PUBLIC_CLIENT_PB="http://127.0.0.1:8090" PUBLIC_PLAUSIBLE_DOMAIN="plausible.example.com" -PUBLIC_PLAUSIBLE_INTEGRITY="" MSID_ASSOCIATION="{}" \ No newline at end of file diff --git a/src/app.html b/src/app.html index 349b007..3270042 100644 --- a/src/app.html +++ b/src/app.html @@ -16,7 +16,6 @@ defer data-domain="omnidash.io" src="https://%sveltekit.env.PUBLIC_PLAUSIBLE_DOMAIN%/js/script.js" - integrity="%sveltekit.env.PUBLIC_PLAUSIBLE_INTEGRITY%" >