VK Friseur Demo-Website (Astro) – initial

This commit is contained in:
2026-06-24 10:39:10 +00:00
commit 20b7fe53a0
16 changed files with 6207 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
site: 'https://vk-demo.heidrich-digital.de',
output: 'static',
compressHTML: true,
});