Initial commit: Astro scaffold, review template, voorstelformulier, screenshot/AI-automatisering

This commit is contained in:
2026-07-24 08:54:47 +02:00
commit 0913c99b9b
23 changed files with 6027 additions and 0 deletions

6
astro.config.mjs Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from "astro/config";
export default defineConfig({
site: "https://aitestbank.nl",
output: "static",
});