Skip to content

Clear Astro Cache

· 1 min · troubleshooting

If you update plugins/index.ts or src/content/schema.ts, but pnpm dev does not reflect the changes, try deleting these cache directories first:

Then run pnpm dev again.

This usually helps when Astro keeps stale transformed content, schema metadata, or plugin processing artifacts during local development.