Add manifest to allow "installing" app in mobile devices

This commit is contained in:
Bruno Bernardino
2025-02-26 18:40:12 +00:00
parent 874ab006f9
commit b3bd8cb3cc
2 changed files with 23 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ export default function App({ route, Component, state }: PageProps<Data, FreshCo
<link rel='icon' href='/images/favicon.png' type='image/png' />
<link rel='apple-touch-icon' href='/images/favicon.png' />
<link rel='stylesheet' href='/styles.css' />
<link rel='manifest' href='/manifest.json' />
</head>
<body class='h-full'>
<Header route={route} user={state.user} />