Personal-Site/astro.config.mjs

9 lines
162 B
JavaScript
Raw Normal View History

2022-05-31 22:55:42 -04:00
import { defineConfig } from 'astro/config'
import svelte from '@astrojs/svelte';
export default defineConfig({
integrations: [
svelte(),
2021-08-06 11:08:56 -04:00
],
2022-05-31 22:55:42 -04:00
});