toastie-site/astro.config.mjs

5 lines
121 B
JavaScript
Raw Permalink Normal View History

// @ts-check
import { defineConfig } from 'astro/config';
2024-11-26 21:10:42 +00:00
// https://astro.build/config
export default defineConfig({});