Clarify analytics is hosted only
All checks were successful
Build and test project / build-and-test (push) Successful in 1m29s
All checks were successful
Build and test project / build-and-test (push) Successful in 1m29s
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if [[ "${1:-}" == "--fake-analytics" ]]; then
|
||||
export UMAMI_WEBSITE_ID="fake"
|
||||
export UMAMI_SCRIPT_URL="data:,"
|
||||
fi
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
WEB_DIR="$SCRIPT_DIR/web"
|
||||
SRC_DIR="$WEB_DIR/src"
|
||||
|
||||
Reference in New Issue
Block a user