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