Initial commit. All work done in Zaguan Blade

This commit is contained in:
2026-01-22 23:14:13 +01:00
commit adc09431d3
34 changed files with 10294 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
site: 'https://zblade.dev',
output: 'static',
});