diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index c3d8de3e49..134e464d13 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1707,7 +1707,7 @@ export interface AstroUserConfig { * "fileMatch": [ * "/src/content/test/**" * ], - * "url": "../../../.astro/collections/test.schema.json" + * "url": "./.astro/collections/test.schema.json" * } * ] * ```