Fix help-osk nginx mount: serve site/ (Zensical default output, not public/)

zensical build outputs to site/ by default; nginx was mounting the empty
public/ and returning 403 (directory index forbidden). Point the web-server
mount, .gitignore and README at site/.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-25 15:07:03 +03:00
co-authored by Claude Opus 4.8
parent d222121e6d
commit 172de59391
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# Build output — generated by `zensical build`, not tracked.
/public/
/site/
.DS_Store