feat: Replace Vercel analytics with Umami and update CV/resume PDFs.

This commit is contained in:
2025-11-30 18:19:04 -05:00
parent 61bfb74712
commit ad8cae7363
5 changed files with 33 additions and 13 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
# Database
DATABASE_URL="postgresql://user:password@localhost:5432/db"
# Umami Analytics
NEXT_PUBLIC_UMAMI_WEBSITE_ID=""
NEXT_PUBLIC_UMAMI_SCRIPT_URL="https://analytics.umami.is/script.js"