diff --git a/app/[lang]/layout.tsx b/app/[lang]/layout.tsx index 91818ad..8cb1064 100644 --- a/app/[lang]/layout.tsx +++ b/app/[lang]/layout.tsx @@ -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", }; }