From f0ecf33659923c7871cafd19f1bb4b6e6b7e699a Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Mon, 17 Mar 2025 20:45:47 -0500 Subject: [PATCH] Add linebreak to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f236297..27f0854e 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Application behavior can be changed by configuring the following environment var #### Performance > ⚠️ Enabling may result in increased project usage. Static optimization [troubleshooting hints](#why-do-production-deployments-fail-when-static-optimization-is-enabled) in FAQ. + - `NEXT_PUBLIC_STATICALLY_OPTIMIZE_PHOTOS = 1` enables static optimization for photo pages (`p/[photoId]`), i.e., renders pages at build time - `NEXT_PUBLIC_STATICALLY_OPTIMIZE_PHOTO_OG_IMAGES = 1` enables static optimization for OG images, i.e., renders images at build time - `NEXT_PUBLIC_STATICALLY_OPTIMIZE_PHOTO_CATEGORIES = 1` enables static optimization for photo categories (`tag/[tag]`, `shot-on/[make]/[model]`, etc.), i.e., renders pages at build time