From 01165d2555a40d01c751206740e956f031ba5f87 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Tue, 9 Dec 2025 23:44:15 -0500 Subject: [PATCH] chore: update .env.example --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index adfe836..66d2445 100644 --- a/.env.example +++ b/.env.example @@ -12,3 +12,7 @@ # Example: # SERVERVAR="foo" # NEXT_PUBLIC_CLIENTVAR="bar" +# When adding additional environment variables, the schema in "/src/env.js" +# should be updated accordingly. +NEXT_PUBLIC_UMAMI_SCRIPT_URL="https://umami.example.com/script.js" +NEXT_PUBLIC_UMAMI_WEBSITE_ID=""