diff --git a/apps/docs/README.md b/apps/docs/README.md index 5c4780a..76b445b 100644 --- a/apps/docs/README.md +++ b/apps/docs/README.md @@ -78,6 +78,22 @@ Make sure to deploy the output of `npm run build` │ └── server/ # Server-side code ``` +### Analytics (Umami) + +The docs app supports Umami analytics via a Vite environment variable. + +Set this in your deployment environment (for example, Vercel): + +```bash +VITE_UMAMI_WEBSITE_ID= +``` + +When the variable is set, the app injects: + +```html +