feat: update environment variables and remove Plausible integrity check

This commit is contained in:
Bart van der Braak 2024-02-22 00:55:48 +01:00
parent a671ef73ab
commit ff55b6864b
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
SERVER_PB="http://localhost:8090" SERVER_PB="http://localhost:8090"
PUBLIC_CLIENT_PB="http://127.0.0.1:8090" PUBLIC_CLIENT_PB="http://127.0.0.1:8090"
PUBLIC_PLAUSIBLE_DOMAIN="plausible.example.com" PUBLIC_PLAUSIBLE_DOMAIN="plausible.example.com"
PUBLIC_PLAUSIBLE_INTEGRITY=""
MSID_ASSOCIATION="{}" MSID_ASSOCIATION="{}"

View file

@ -16,7 +16,6 @@
defer defer
data-domain="omnidash.io" data-domain="omnidash.io"
src="https://%sveltekit.env.PUBLIC_PLAUSIBLE_DOMAIN%/js/script.js" src="https://%sveltekit.env.PUBLIC_PLAUSIBLE_DOMAIN%/js/script.js"
integrity="%sveltekit.env.PUBLIC_PLAUSIBLE_INTEGRITY%"
></script> ></script>
</head> </head>
<body <body