feat: add page title metadata to layout
- 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 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,7 @@ import { Metadata } from 'next';
|
|||||||
import Script from 'next/script';
|
import Script from 'next/script';
|
||||||
|
|
||||||
export const metadata:Metadata = {
|
export const metadata:Metadata = {
|
||||||
|
title: 'rezije.app',
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: 'https://rezije.app',
|
canonical: 'https://rezije.app',
|
||||||
languages: {
|
languages: {
|
||||||
|
|||||||
Reference in New Issue
Block a user