From 089e6d0352bb0fd7d12679285857dad23805020f Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Wed, 24 Dec 2025 22:09:58 +0100 Subject: [PATCH] feat: add page title metadata to layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add title: 'rezije.app' to metadata in layout - Sets browser tab title for all pages across the application - Applies to all locales (Croatian and English) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- app/[locale]/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index f7650ea..8b9e335 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -4,6 +4,7 @@ import { Metadata } from 'next'; import Script from 'next/script'; export const metadata:Metadata = { + title: 'rezije.app', alternates: { canonical: 'https://rezije.app', languages: {