diff options
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index c3d8de3e4..134e464d1 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" * } * ] * ``` |