chore: link PWA manifest in root layout
This commit is contained in:
@@ -23,6 +23,7 @@ export async function generateMetadata({ params }: { params: Promise<{ lang: str
|
|||||||
return {
|
return {
|
||||||
title: dict.home.title,
|
title: dict.home.title,
|
||||||
description: dict.home.description,
|
description: dict.home.description,
|
||||||
|
manifest: "/manifest.json",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user