init: penfield split from website monorepo

This commit is contained in:
Lewis Wynne 2026-04-05 00:38:22 +01:00
commit c38253a17f
11 changed files with 261 additions and 0 deletions

5
astro.config.mjs Normal file
View file

@ -0,0 +1,5 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
output: 'static'
});