fries-website/astro.config.mjs
Fries cfa234d723 add a webring component to the site
this is for the solarpunk.moe webring.
2023-07-05 02:11:14 -07:00

8 lines
No EOL
175 B
JavaScript

import { defineConfig } from 'astro/config';
import svelte from "@astrojs/svelte";
// https://astro.build/config
export default defineConfig({
integrations: [svelte()]
});