using astro
Some checks are pending
/ deploy (push) Waiting to run

This commit is contained in:
Loyyd 2026-06-11 08:29:29 +02:00
parent 8e40b8599b
commit 830585e2ba
15 changed files with 5371 additions and 15 deletions

9
astro.config.mjs Normal file
View file

@ -0,0 +1,9 @@
import { defineConfig } from "astro/config";
export default defineConfig({
output: "static",
outDir: "dist",
build: {
format: "file",
},
});