From f47413999ce4c4dfa314c3f56cc6b3748b3ea343 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 30 May 2026 11:50:32 +0200 Subject: [PATCH] =?UTF-8?q?docs(seo):=20kostenlos=20und=20werbefrei=20in?= =?UTF-8?q?=20Meta-Tags=20erg=C3=A4nzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Title, Description, Keywords, OG/Twitter sowie README und PWA-Manifest. Co-authored-by: Cursor --- README.md | 2 +- client/index.html | 14 +++++++------- client/vite.config.ts | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d6fb66c..484d0dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kapteins Daagbok -Digitales Yacht-Logbuch als Progressive Web App (PWA) — offline-fähig, End-to-End-verschlüsselt und mit Passkey-Anmeldung. +Digitales Yacht-Logbuch als Progressive Web App (PWA) — **kostenlos**, **werbefrei**, offline-fähig, End-to-End-verschlüsselt und mit Passkey-Anmeldung. **Live:** [kapteins-daagbok.eu](https://kapteins-daagbok.eu) diff --git a/client/index.html b/client/index.html index e0470ab..83454c3 100644 --- a/client/index.html +++ b/client/index.html @@ -4,8 +4,8 @@ - - + + @@ -18,20 +18,20 @@ - - + + - - + + - Kapteins Daagbok – Digitales Yacht-Logbuch + Kapteins Daagbok – Kostenloses digitales Yacht-Logbuch (werbefrei)
diff --git a/client/vite.config.ts b/client/vite.config.ts index ef7e390..0d64bbe 100644 --- a/client/vite.config.ts +++ b/client/vite.config.ts @@ -49,7 +49,7 @@ export default defineConfig({ manifest: { name: 'Kapteins Daagbok', short_name: 'Daagbok', - description: 'Digital maritime ship logbook with E2E encryption and Passkeys', + description: 'Free, ad-free maritime logbook with E2E encryption and Passkeys', theme_color: '#1e293b', background_color: '#0f172a', display: 'standalone',