fix(config): ensure analytics URL has protocol to prevent build crash
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 38s
Build & Deploy / 🧪 QA (push) Successful in 1m22s
Build & Deploy / 🏗️ Build (push) Successful in 4m27s
Build & Deploy / 🚀 Deploy (push) Failing after 39s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-05-12 13:01:18 +02:00
parent 5d3be82d8f
commit 26d325df44
32998 changed files with 7245 additions and 3832721 deletions

4
node_modules/.bin/html-validate generated vendored
View File

@@ -15,7 +15,7 @@ else
export NODE_PATH="/Volumes/Alpha SSD/Coding/e-tib.com/node_modules/.pnpm/html-validate@10.11.2_vitest@4.1.2/node_modules/html-validate/bin/node_modules:/Volumes/Alpha SSD/Coding/e-tib.com/node_modules/.pnpm/html-validate@10.11.2_vitest@4.1.2/node_modules/html-validate/node_modules:/Volumes/Alpha SSD/Coding/e-tib.com/node_modules/.pnpm/html-validate@10.11.2_vitest@4.1.2/node_modules:/Volumes/Alpha SSD/Coding/e-tib.com/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../.pnpm/html-validate@10.11.2_vitest@4.1.2/node_modules/html-validate/bin/html-validate.mjs" "$@"
exec "$basedir/node" "$basedir/../html-validate/bin/html-validate.mjs" "$@"
else
exec node "$basedir/../.pnpm/html-validate@10.11.2_vitest@4.1.2/node_modules/html-validate/bin/html-validate.mjs" "$@"
exec node "$basedir/../html-validate/bin/html-validate.mjs" "$@"
fi