This commit is contained in:
Clemens Hering
2025-11-03 07:11:48 +01:00
parent 0c0c4d7185
commit 45606723ea
32 changed files with 879 additions and 0 deletions

2
astro.config.mjs Normal file
View File

@@ -0,0 +1,2 @@
import { defineConfig } from 'astro/config';
export default defineConfig({ site: 'https://valtrix.systems' });