From 927ce977f2c5627002cc4088ca40a59e7602d302 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sat, 21 Feb 2026 13:26:14 +0100 Subject: [PATCH] chore: release v1.2.6 with Next.js LCP, Hydration and Prod-Visibility fixes --- .gitignore | 4 +- app/[locale]/blog/[slug]/page.tsx | 10 +- components/Header.tsx | 591 +++++++------------ components/Lightbox.tsx | 4 +- components/Scribble.tsx | 91 ++- components/home/GallerySection.tsx | 3 +- components/home/Hero.tsx | 249 +++----- components/record-mode/PlaybackCursor.tsx | 4 +- components/record-mode/RecordModeOverlay.tsx | 4 +- components/record-mode/RecordModeVisuals.tsx | 8 +- components/team/Gallery.tsx | 3 +- config/lighthouserc.json | 11 +- docker-compose.yml | 6 +- lib/framer-features.ts | 2 + next-env.d.ts | 2 +- scripts/pagespeed-sitemap.ts | 7 +- 16 files changed, 372 insertions(+), 627 deletions(-) create mode 100644 lib/framer-features.ts diff --git a/.gitignore b/.gitignore index 6e743d84..a63033c9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ lighthouserc.cjs directus/uploads !directus/extensions/ !directus/schema/ -!directus/migrations/ \ No newline at end of file +!directus/migrations/ + +.next-docker \ No newline at end of file diff --git a/app/[locale]/blog/[slug]/page.tsx b/app/[locale]/blog/[slug]/page.tsx index b3a729cb..cdee0661 100644 --- a/app/[locale]/blog/[slug]/page.tsx +++ b/app/[locale]/blog/[slug]/page.tsx @@ -96,18 +96,18 @@ export default async function BlogPost({ params }: BlogPostProps) {
{post.frontmatter.category && (
- + {post.frontmatter.category}
)} {post.frontmatter.title} -
+