/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-onlyssg-cd13f7cc079d-onlyssg-s0754-c0000.md
onlySSG - hono-docs
onlySSG Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt onlyssg Summary Routes with the onlySSG m...
onlySSG
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#onlyssg
Summary
Routes with the onlySSG middleware set will be overridden by c.notFound() after toSSG execution. ts app.get('/static-page', onlySSG(), (c) => c.html( Welcome to my site ))
Content
Routes with the onlySSG middleware set will be overridden by c.notFound() after toSSG execution.
app.get('/static-page', onlySSG(), (c) => c.html(<h1>Welcome to my site</h1>))