# isSSGContext

**Kind:** Function

**Source:** [`src/helper/ssg/middleware.ts`](https://github.com/honojs/hono/blob/main/src/helper/ssg/middleware.ts#L56)

**Part of:** [Helper](subsystem-src-helper)

## Signature

```ts
function isSSGContext(c: Context): boolean
```

## Parameters

| Name | Type |
|---|---|
| `c` | `Context` |

**Returns:** `boolean`
