/Knowledge/sources/honojs__hono/llms-full/ssg-helper-tossg-options--d4c23f6c55a4.md
SSG Helper: toSSG > Options - hono-docs
SSG Helper: toSSG Options Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt options Summary Options are...
SSG Helper: toSSG > Options
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#options
Summary
Options are specified in the ToSSGOptions interface. ts export interface ToSSGOptions { dir?: string concurrency?: number extensionMap?: Record plugins?: SSGPlugin[] } - dir is the output destination for Static files. The defaul...
Content
Options are specified in the ToSSGOptions interface.
export interface ToSSGOptions {
dir?: string
concurrency?: number
extensionMap?: Record<string, string>
plugins?: SSGPlugin[]
}
diris the output destination for Static files. The default value is./static.concurrencyis the concurrent number of files to be generated at the same time. The default value is2.extensionMapis a map containing theContent-Typeas a key and the string of the extension as a value. This is used to determine the file extension of the output file.pluginsis an array of SSG plugins that extend the functionality of the static site generation process.
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#options",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / SSG Helper > toSSG > Options",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 745,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "SSG Helper: toSSG > Options",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}