astro/.changeset/curvy-foxes-reply.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
572 B
Markdown
Raw Normal View History

---
'astro': minor
---
Move generated content collection types to a `.astro` directory. This replaces the previously generated `src/content/types.generated.d.ts` file.
If you're using Git for version control, we recommend ignoring this generated directory by adding `.astro` to your .gitignore.
Astro will also generate the [TypeScript reference path](https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-path-) to include `.astro` types in your project. This will update your project's `src/env.d.ts` file, or write one if none exists.