Merge pull request #223 from bartvdbraak/msid-plausible

Update environment variables and remove Plausible integrity check
This commit is contained in:
Bart van der Braak 2024-02-22 00:58:15 +01:00 committed by GitHub
commit d69f13e9d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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