penfield/astro.config.mjs

5 lines
99 B
JavaScript

import { defineConfig } from 'astro/config';
export default defineConfig({
output: 'static'
});