mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-05-18 14:14:13 +02:00
feat: add icon and meta to head
This commit is contained in:
parent
6c87ad6cca
commit
6a1224b111
@ -38,6 +38,7 @@ export default {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<link rel={'icon'} href={'/logo_t.png'} />
|
||||||
<meta property="og:url" content={url} />
|
<meta property="og:url" content={url} />
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
@ -50,6 +51,7 @@ export default {
|
|||||||
'Guides to running Flight Simulators on Linux'
|
'Guides to running Flight Simulators on Linux'
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
<meta property={'og:image'} content={'/logo_t.png'} />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user