feat: ✨ add meta description in html head
This commit is contained in:
parent
600385415b
commit
24367d2c18
|
@ -22,6 +22,10 @@ export default function App({ Component }: PageProps) {
|
|||
media='(prefers-color-scheme: dark)'
|
||||
content='black'
|
||||
/>
|
||||
<meta
|
||||
name='description'
|
||||
content="Fablab Cohabit - L'atelier participatif libre et open"
|
||||
/>
|
||||
<link
|
||||
rel='shortcut icon'
|
||||
href={asset('/assets/favicon.ico')}
|
||||
|
|
Loading…
Reference in a new issue