import Link from "next/link"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "Privacy Policy | Leander Scherer", description: "Privacy policy for schererleander.de", }; export default function PrivacyPage() { return (

Privacy Policy

This website does not use cookies and does not collect personal data. The source code is available on GitHub.

Hosting

I use Ionos to host this website. To ensure security and operational stability, I log the following visitor data:

); }