fix improve custom nginx error pages

This commit is contained in:
2026-04-19 17:10:33 -04:00
parent 67290567fb
commit cd38afc013
5 changed files with 259 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ COPY site/ ./
# Content is fetched before build (typically in CI) and committed into the build context at
# `site/content/cache/content.json`. If env vars aren't configured, the fetch step gracefully
# skips sources and/or uses last-known-good cache.
RUN npm run build
FROM nginx:1.27-alpine