2024-11-04 16:15:11 +01:00
|
|
|
// @ts-check
|
2022-03-15 15:27:17 -05:00
|
|
|
import { defineConfig } from 'astro/config';
|
2021-08-23 14:07:03 -07:00
|
|
|
|
2022-03-15 15:27:17 -05:00
|
|
|
// https://astro.build/config
|
2022-09-06 11:56:09 -04:00
|
|
|
export default defineConfig({});
|