From 7be8f73e05118c75e98443f2ffa759ec5af1ccc8 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Mon, 8 Dec 2025 15:05:21 +0100 Subject: [PATCH] Update README: Add `.env.development` example and clarify prod deployment process --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6d4a8ff..1044557 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,9 @@ npm run dev - Tooling: npm; deployment via Ansible/local scripts only - Additional classes follow the same sanitize → drop JSON → wire selector pattern - Only 13 missing icons: nhi_* borders (custom UI elements), _d3* specials, achievement icons + - Prod deployment is done via ansible scripts, managed in an other git repo +- **.env.development** could look like +```dotenv +NEXT_PUBLIC_ICON_BASE=https://exil.es/icons/ +NEXT_PUBLIC_BASE_PATH= +```