feat: update dependencies and enhance privacy policy
Replace "@vercel/analytics" with "@tryghost/content-api" and add "node-fetch" to dependencies. Remove "@vercel/speed-insights" to streamline the package. Update robots.txt to dis access to "/legal-notice" and "/privacy-policy". Change <p> tags to <div> in the Privacy Policy for better structure. Update the last modified date in the Legal Notice. Add a new API route for fetching images with error handling for missing URL parameters.
This commit is contained in:
@@ -39,11 +39,6 @@ export default function PrivacyPolicy() {
|
||||
info@dki.one
|
||||
</Link>{" "}
|
||||
<br />
|
||||
<strong>Telefon:</strong>{" "}
|
||||
<Link className="transition-underline" href={"tel:+4917612669990"}>
|
||||
+49 176 12669990
|
||||
</Link>
|
||||
<br />
|
||||
<strong>Website:</strong>{" "}
|
||||
<Link className="transition-underline" href={"https://www.dki.one"}>
|
||||
{" "}
|
||||
@@ -57,7 +52,7 @@ export default function PrivacyPolicy() {
|
||||
<h2 className="text-2xl font-semibold mt-6">
|
||||
Erfassung allgemeiner Informationen beim Besuch meiner Website
|
||||
</h2>
|
||||
<p className="mt-2">
|
||||
<div className="mt-2">
|
||||
Beim Zugriff auf meiner Website werden automatisch Informationen
|
||||
allgemeiner Natur erfasst. Diese beinhalten unter anderem:
|
||||
<ul className="list-disc list-inside mt-2">
|
||||
@@ -76,7 +71,7 @@ export default function PrivacyPolicy() {
|
||||
<li>die Inhalte meiner Website zu optimieren,</li>
|
||||
<li>die Systemsicherheit und -stabilität zu analysiern.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<h2 className="text-2xl font-semibold mt-6">Cookies</h2>
|
||||
<p className="mt-2">
|
||||
Meine Website verwendet keine Cookies. Daher ist kein
|
||||
@@ -129,7 +124,7 @@ export default function PrivacyPolicy() {
|
||||
jeweiligen Anbieter.
|
||||
</p>
|
||||
<h2 className="text-2xl font-semibold mt-6">Weitergabe von Daten</h2>
|
||||
<p className="mt-2">
|
||||
<div className="mt-2">
|
||||
Eine Weitergabe Ihrer personenbezogenen Daten erfolgt nur, wenn:
|
||||
<ul className="list-disc list-inside mt-2">
|
||||
<li>
|
||||
@@ -149,7 +144,7 @@ export default function PrivacyPolicy() {
|
||||
berechtigter Interessen erforderlich ist.
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<h2 className="text-2xl font-semibold mt-6">
|
||||
Speicherdauer und Löschung
|
||||
</h2>
|
||||
@@ -159,7 +154,7 @@ export default function PrivacyPolicy() {
|
||||
werden Ihre Daten gelöscht.
|
||||
</p>
|
||||
<h2 className="text-2xl font-semibold mt-6">Ihre Rechte</h2>
|
||||
<p className="mt-2">
|
||||
<div className="mt-2">
|
||||
Sie haben gemäß DSGVO folgende Rechte:
|
||||
<ul className="list-disc list-inside mt-2">
|
||||
<li>
|
||||
@@ -198,7 +193,7 @@ export default function PrivacyPolicy() {
|
||||
>
|
||||
https://www.bfdi.bund.de/
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
<h2 className="text-2xl font-semibold mt-6">Datensicherheit</h2>
|
||||
<p className="mt-2">
|
||||
Ich setze technische und organisatorische Maßnahmen ein, um Ihre Daten
|
||||
@@ -226,7 +221,7 @@ export default function PrivacyPolicy() {
|
||||
berücksichtigen. Die jeweils aktuelle Datenschutzerklärung finden Sie
|
||||
auf meiner Website.
|
||||
</p>
|
||||
<p className="mt-6 font-bold">Letzte Aktualisierung: 11.02.2025</p>
|
||||
<p className="mt-6 font-bold">Letzte Aktualisierung: 12.02.2025</p>
|
||||
</main>
|
||||
<Footer_Back />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user