feat(pwa): ✨ link webmanifest
This commit is contained in:
parent
8aa3d065ed
commit
ffe6571354
|
@ -26,6 +26,11 @@ export default function App({ Component }: PageProps) {
|
|||
name='description'
|
||||
content="Fablab Cohabit - L'atelier participatif libre et open source"
|
||||
/>
|
||||
<link
|
||||
rel='manifest'
|
||||
href={asset('manifest.json')}
|
||||
crossorigin='user-credentials'
|
||||
/>
|
||||
<link
|
||||
rel='shortcut icon'
|
||||
href={asset('/assets/favicon.ico')}
|
||||
|
|
Loading…
Reference in a new issue