9 lines
383 B
Plaintext
9 lines
383 B
Plaintext
---
|
|
description: Rules for utilizing Astro integrations and plugins, configured in astro.config.mjs.
|
|
globs: astro.config.mjs
|
|
---
|
|
Integrations and Plugins
|
|
|
|
- Utilize Astro integrations for extending functionality (e.g., @astrojs/image).
|
|
- Implement proper configuration for integrations in astro.config.mjs.
|
|
- Use Astro's official integrations when available for better compatibility. |