2026-07-133 min read
A static site has no server to search. So I indexed the output instead.
There is no query endpoint on a statically-exported site, no database, nothing to ask at request time. Full-text search still works, because you index the HTML the build already produced.
Read post→