feat: move analytics script to env
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m2s

This commit is contained in:
2026-01-19 14:04:00 +01:00
parent f5cea555cd
commit 83cb2bd950
4 changed files with 10 additions and 1 deletions

2
app/src/lib/config.ts Normal file
View File

@@ -0,0 +1,2 @@
import { PUBLIC_ANALYTIC_SCRIPT } from "$env/static/public";
export const ANALYTIC_SCRIPT = PUBLIC_ANALYTIC_SCRIPT;