mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 05:25:33 -04:00
vercel analytics ➡️ umami
This commit is contained in:
@@ -9,6 +9,14 @@ DATABASE_URL=
|
||||
# https://github.com/settings/tokens/new?scopes=public_repo
|
||||
GITHUB_TOKEN=
|
||||
|
||||
# optional. privacy-friendly tracking via Umami, either managed or self-hosted.
|
||||
# this ID can be found in Settings > Websites > Edit > Details.
|
||||
NEXT_PUBLIC_UMAMI_WEBSITE_ID=
|
||||
# optional. the base URL of a self-hosted Umami instance (including https://) to proxy requests to. if the website ID is
|
||||
# set but this isn't, the managed Umami Cloud endpoint is used.
|
||||
# https://umami.is/docs/bypass-ad-blockers
|
||||
NEXT_PUBLIC_UMAMI_HOST=
|
||||
|
||||
# optional. enables comments on blog posts via GitHub discussions.
|
||||
# https://giscus.app/
|
||||
NEXT_PUBLIC_GISCUS_REPO_ID=
|
||||
|
Reference in New Issue
Block a user