optimierte texte

This commit is contained in:
2026-05-25 14:49:50 +02:00
parent f7dd547f8d
commit 7e58e43e18
55 changed files with 6318 additions and 210 deletions

1
src/vite-env.d.ts vendored
View File

@@ -5,6 +5,7 @@ interface ImportMetaEnv {
readonly VITE_APPWRITE_ENDPOINT: string;
readonly VITE_APPWRITE_DATABASE_ID?: string;
readonly VITE_APPWRITE_CONTACT_COLLECTION_ID?: string;
readonly VITE_GA4_MEASUREMENT_ID?: string;
}
interface ImportMeta {