2024-05-04 06:18:31 +00:00
|
|
|
import { defineConfig } from "astro/config";
|
2024-05-01 05:27:07 +00:00
|
|
|
|
2024-05-01 04:57:25 +00:00
|
|
|
// https://astro.build/config
|
2024-05-01 05:27:07 +00:00
|
|
|
export default defineConfig({
|
2024-05-04 06:18:31 +00:00
|
|
|
integrations: [],
|
|
|
|
});
|