Interface: FastifyKitaHtmlOptions
Estimated reading time: less than 1 minuteOptions for @kitajs/fastify-html-plugin plugin.
Properties
autoDoctype?
Whether to automatically add <!doctype html> to a response starting with , if not
found.
Default
autoSuspense?
Whether to provide the request ID to AutoSuspense components automatically.
Regular Suspense components with an explicit rid do not require this option.