Skip to content

Clear Astro Cache

· 1 min · troubleshooting

If you update plugins.ts or src/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.