/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-disablessg-13c6a3598ffa-disablessg-s0753-c0000.md
disableSSG - hono-docs
disableSSG Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt disablessg Summary Routes with the dis...
disableSSG
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#disablessg
Summary
Routes with the disableSSG middleware set are excluded from static file generation by toSSG. ts app.get('/api', disableSSG(), (c) => c.text('an-api'))
Content
Routes with the disableSSG middleware set are excluded from static file generation by toSSG.
app.get('/api', disableSSG(), (c) => c.text('an-api'))