Interface AstroGlobalPartial
Properties
generator
generator: string
site
Methods
glob
- glob(globStr): Promise<AstroInstance[]>
- glob<T>(globStr): Promise<MarkdownInstance<T>[]>
Parameters
- globStr: `${any}.markdown` | `${any}.mdown` | `${any}.mkdn` | `${any}.mkd` | `${any}.mdwn` | `${any}.md`
- glob<T>(globStr): Promise<MDXInstance<T>[]>
- glob<T>(globStr): Promise<T[]>
Returns a string with the current version of Astro.
Useful for using
<meta name="generator" content={Astro.generator} />or crediting Astro in a site footer.HTML Specification for
generatorAstro reference