blob: 67c95c24030f6a22b4a5d6b1ef06d9045645d0eb (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Full Astro Configuration API Documentation:
// https://docs.astro.build/reference/configuration-reference
// @ts-check
export default /** @type {import('astro').AstroUserConfig} */ ({
// Comment out "renderers: []" to enable Astro's default component support.
renderers: [],
});
|