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%" >