chore: link PWA manifest in root layout

This commit is contained in:
2026-01-13 08:38:36 +01:00
parent 21a2d05d3a
commit e7291951d8

View File

@@ -23,6 +23,7 @@ export async function generateMetadata({ params }: { params: Promise<{ lang: str
return {
title: dict.home.title,
description: dict.home.description,
manifest: "/manifest.json",
};
}