summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2022-10-06 15:43:51 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-10-06 15:43:51 +0000
commiteaa019f49ddbde9715acf4e6adee14d88ba3aebf (patch)
treeeef6ad4300013aecd4f21a6d2ba26c872341508d
parent3e02a66a7775f3652ccb179f30f1b4937472380e (diff)
downloadastro-eaa019f49ddbde9715acf4e6adee14d88ba3aebf.tar.gz
astro-eaa019f49ddbde9715acf4e6adee14d88ba3aebf.tar.zst
astro-eaa019f49ddbde9715acf4e6adee14d88ba3aebf.zip
[ci] format
-rw-r--r--packages/astro/src/@types/astro.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index 398657f39..908c93342 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -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.