mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-05-18 06:04:14 +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 (
|
||||
<>
|
||||
<link rel={'icon'} href={'/logo_t.png'} />
|
||||
<meta property="og:url" content={url} />
|
||||
<meta
|
||||
property="og:title"
|
||||
@ -50,6 +51,7 @@ export default {
|
||||
'Guides to running Flight Simulators on Linux'
|
||||
}
|
||||
/>
|
||||
<meta property={'og:image'} content={'/logo_t.png'} />
|
||||
</>
|
||||
);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user