virtuals/lib/headDefaults
Esta página aún no está disponible en tu idioma.
Functions
Section titled “Functions”headDefaults()
Section titled “headDefaults()”function headDefaults( title: string, description: string, lang: string, Astro: AstroGlobalPartial, favicon: string, ogImage: undefined | string, canonical: undefined | URL): any;
Defined in: studiocms/packages/studiocms/src/virtuals/lib/headDefaults.ts:80^
Default Head Tags for use with createHead() helper
Parameters
Section titled “Parameters”string
description
Section titled “description”string
string
AstroGlobalPartial
favicon
Section titled “favicon”string
ogImage
Section titled “ogImage”undefined
| string
canonical
Section titled “canonical”undefined
| URL
Returns
Section titled “Returns”any