2022-03-15 20:27:17 +00:00
|
|
|
import { defineConfig } from 'astro/config';
|
2021-08-23 21:07:03 +00:00
|
|
|
|
2022-03-15 20:27:17 +00:00
|
|
|
// https://astro.build/config
|
|
|
|
export default defineConfig({
|
2021-09-01 01:09:16 +00:00
|
|
|
// Comment out "renderers: []" to enable Astro's default component support.
|
2021-08-15 19:15:15 +00:00
|
|
|
renderers: [],
|
2021-08-23 21:07:03 +00:00
|
|
|
});
|