feat: prerender public site pages

This commit is contained in:
2026-05-04 16:29:50 -04:00
parent 55d8acef4c
commit 4fba72e99c
14 changed files with 380 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
}
handle {
try_files {path} /index.html
try_files {path} {path}/index.html /index.html
file_server
}
}