[ci] format
This commit is contained in:
parent
3e02a66a77
commit
eaa019f49d
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue