elh.gay/astro.config.mjs

8 lines
175 B
JavaScript
Raw Permalink Normal View History

2024-06-17 03:38:43 +02:00
import { defineConfig } from 'astro/config';
2024-06-17 03:39:03 +02:00
import svelte from "@astrojs/svelte";
2024-06-17 03:38:43 +02:00
// https://astro.build/config
2024-06-17 03:39:03 +02:00
export default defineConfig({
integrations: [svelte()]
});