Skip to content

defaultExtensionMap

reference
1 min readUpdated

Kind: Constant

Source: src/helper/ssg/ssg.ts

Part of: Helper

Definition

ts
Record<string, string>

Value

ts
{
  'text/html': 'html',
  'text/xml': 'xml',
  'application/xml': 'xml',
  'application/atom+xml': 'xml',
  'application/rss+xml': 'xml',
  'application/yaml': 'yaml',
}

Was this page helpful?

Download as PDF
defaultExtensionMap — Hono (narrator proof)