Initial Pflegezeichen-Finder website

This commit is contained in:
2026-04-20 05:27:54 +00:00
commit 92ae48181a
25 changed files with 6296 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// @ts-check
import { defineConfig } from 'astro/config';
export default defineConfig({
site: 'https://pflegezeichen-finder.de',
});