diff options
Diffstat (limited to 'cloud/app/src')
| -rw-r--r-- | cloud/app/src/entry-server.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud/app/src/entry-server.tsx b/cloud/app/src/entry-server.tsx index 4482a6fa4..d339031e5 100644 --- a/cloud/app/src/entry-server.tsx +++ b/cloud/app/src/entry-server.tsx @@ -8,7 +8,9 @@ export default createHandler(() => ( <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="icon" href="/favicon.ico" /> + <link rel="icon" href="/favicon.svg" /> + <meta property="og:image" content="/social-share.png" /> + <meta property="twitter:image" content="/social-share.png" /> {assets} </head> <body> |
