[ci] format

This commit is contained in:
natemoo-re 2022-10-06 15:43:51 +00:00 committed by fredkbot
parent 3e02a66a77
commit eaa019f49d

View file

@ -93,7 +93,8 @@ export interface BuildConfig {
*
* [Astro reference](https://docs.astro.build/reference/api-reference/#astro-global)
*/
export interface AstroGlobal<Props extends Record<string, any> = Record<string, any>> extends AstroGlobalPartial {
export interface AstroGlobal<Props extends Record<string, any> = Record<string, any>>
extends AstroGlobalPartial {
/**
* Canonical URL of the current page.
* @deprecated Use `Astro.url` instead.