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

View File

@@ -7,7 +7,7 @@ Wenn das Kontaktformular mit **403 (Forbidden)** oder **CORS** fehlschlägt, feh
1. Öffne **https://appwrite.webklar.com** (oder deine Appwrite-Installation).
2. Wähle dein **Projekt** (Project ID: `696b82270034001dab69`).
3. Gehe zu **Settings** (Projekt-Einstellungen).
4. Unter **Platforms** (Plattformen) siehst du z.B. eine Web-App mit `http://localhost:8080`.
4. Unter **Platforms** (Plattformen) siehst du z.B. eine Web-App mit `http://localhost:5173`.
## Erlaubte Origins hinzufügen
@@ -17,7 +17,7 @@ Typischerweise:
| Umgebung | URL (Origin) |
|----------|----------------|
| Lokal / Dev | `http://localhost:8080` |
| Lokal / Dev | `http://localhost:5173` (Vite; früher 8080) |
| Server (IP) | `http://100.84.12.11:8080` |
| Produktion | `https://webklar.com` (bzw. deine echte Domain) |