Skip to content

Commit 9fc4451

Browse files
CCM-11474: Add manifest
1 parent 6319fe1 commit 9fc4451

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/app/manifest.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import type { MetadataRoute } from 'next';
22

33
export default function manifest(): MetadataRoute.Manifest {
4-
return {};
4+
return {
5+
name: "NHS Notify"
6+
};
57
}

0 commit comments

Comments
 (0)