chore: add meta
This commit is contained in:
parent
b0fdf297ee
commit
52ca34a600
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
{/* PWA Manifest */}
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<meta name="title" content="Khollisé ⚔️" />
|
||||
<meta
|
||||
name="description"
|
||||
content="BJColle but faster, better and prettier ⚡️"
|
||||
/>
|
||||
<link rel="manifest" href="manifest.webmanifest" />
|
||||
<Meta />
|
||||
<Links />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue