We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6319fe1 commit 9fc4451Copy full SHA for 9fc4451
frontend/src/app/manifest.ts
@@ -1,5 +1,7 @@
1
import type { MetadataRoute } from 'next';
2
3
export default function manifest(): MetadataRoute.Manifest {
4
- return {};
+ return {
5
+ name: "NHS Notify"
6
+ };
7
}
0 commit comments