2022-03-15 20:27:17 +00:00
|
|
|
import { defineConfig } from 'astro/config';
|
2021-12-21 17:45:23 +00:00
|
|
|
|
2022-03-15 20:27:17 +00:00
|
|
|
// https://astro.build/config
|
|
|
|
export default defineConfig({
|
2021-12-22 21:11:05 +00:00
|
|
|
// No renderers are needed for AlpineJS support, just use Astro components!
|
|
|
|
renderers: [],
|
2021-12-21 17:45:23 +00:00
|
|
|
});
|