refactor: remove ZEN_DESCRIPTION env variable usage

Remove the `ZEN_DESCRIPTION` environment variable from `.env.example`
and its usage in `generateMetadata`. The description field is no longer
needed in the default metadata configuration.
This commit is contained in:
2026-04-12 16:09:03 -04:00
parent 06e4d8c963
commit 6e33726862
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -2,7 +2,6 @@
NEXT_PUBLIC_URL=http://localhost:3000
NEXT_PUBLIC_URL_DEV=http://localhost:3000
ZEN_NAME=ZEN
ZEN_DESCRIPTION=
# CONFIG
ZEN_TIMEZONE=America/Toronto
@@ -13,7 +12,6 @@ ZEN_SUPPORT_EMAIL=support@exemple.com
# DATABASE
ZEN_DATABASE_URL=postgres://USER:PASSWORD@HOST:PORT/postgres
# Used when NODE_ENV=development (falls back to ZEN_DATABASE_URL if unset)
ZEN_DATABASE_URL_DEV=postgres://USER:PASSWORD@HOST:PORT/postgres_dev
# STORAGE (Cloudflare R2 for now)