From 0c3b6edb0b14be868ddd88919fe73c820ff56dbb Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 21 Apr 2024 22:58:03 -0500 Subject: [PATCH] Remove PPR language --- README.md | 2 +- src/site/SiteChecklistClient.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93a69407..3bfe0b9a 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ _⚠️ READ BEFORE PROCEEDING_ Application behavior can be changed by configuring the following environment variables: - `NEXT_PUBLIC_PRO_MODE = 1` enables higher quality image storage for jpgs (results in increased storage usage) -- `NEXT_PUBLIC_STATICALLY_OPTIMIZE = 1` enables PPR and static optimization, i.e., building pages ahead of time (results in increased storage usage)—⚠️ _Experimental_ +- `NEXT_PUBLIC_STATICALLY_OPTIMIZE = 1` enables static optimization, i.e., building pages ahead of time (results in increased storage usage)—⚠️ _Experimental_ - `NEXT_PUBLIC_BLUR_DISABLED = 1` prevents image blur data being stored and displayed (potentially useful for limiting Postgres usage) - `NEXT_PUBLIC_GEO_PRIVACY = 1` disables collection/display of location-based data - `NEXT_PUBLIC_IGNORE_PRIORITY_ORDER = 1` prevents `priority_order` field affecting photo order diff --git a/src/site/SiteChecklistClient.tsx b/src/site/SiteChecklistClient.tsx index da8f3f6f..a60f7b87 100644 --- a/src/site/SiteChecklistClient.tsx +++ b/src/site/SiteChecklistClient.tsx @@ -338,8 +338,8 @@ export default function SiteChecklistClient({ optional experimental > - Set environment variable to {'"1"'} to enable PPR - and static optimization, i.e., build pages ahead of time: + Set environment variable to {'"1"'} to enable + static optimization, i.e., build pages ahead of time: {renderEnvVars(['NEXT_PUBLIC_STATICALLY_OPTIMIZE'])}