feat: Implement new root layout with SEO metadata and analytics, add various Open Graph images and a favicon, and remove old documentation files.

This commit is contained in:
Timo Knuth
2026-02-17 17:19:35 +01:00
parent f3774f3068
commit 6e8bf2ab08
48 changed files with 442 additions and 4185 deletions

View File

@@ -20,6 +20,7 @@ export const metadata: Metadata = {
: { index: false, follow: false },
icons: {
icon: [
{ url: '/favicon.ico', type: 'image/x-icon' },
{ url: '/favicon.svg', type: 'image/svg+xml' },
{ url: '/logo.svg', type: 'image/svg+xml' },
],