feat: add Bosco favicon and styled 404 page #7
No reviewers
Labels
No labels
area: arcade
area: art-studio
area: calendar
area: chapel
area: content
area: design
area: field-guide
area: infra
area: library
area: os
area: portal
area: sync
area: typing
blocked
breaking
bug
content: approved
content: changes-requested
content: drafting
content: needs-doctrinal-review
content: needs-review
dependencies
documentation
duplicate
enhancement
epic
github_actions
good first issue
help wanted
invalid
javascript
needs-triage
priority: high
priority: low
priority: medium
question
type: enhancement
type: feature
type: fix
type: perf
type: security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Bosco/bosco!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/e0-favicon-404"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of E0 — repo hardening (Phase 1a).
What
data:URI, so it adds zero network requests and preserves the offline invariant.RetroWindowand always offers a way back to the Portal. It setstrailingSlash: 'never'so adapter-static emits a flatbuild/404.html; nginx now serves it viaerror_page 404 /404.html(the 404 status code is preserved).data-pagefind-ignorekeeps it out of the offline search index.Verification
npm run lint✓ ·npm run typecheck✓ (0 errors)npm run build✓ — confirmed flatbuild/404.htmlemitted (nobuild/404/dir)npm run check:offline✓ — offline invariant holds (favicon is a data URI)The repo is now public with the
maingate + required signatures active; this commit is signed.