|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 6 | <title>FluxMQ - High-Performance MQTT Broker</title> |
| 7 | + |
| 8 | + <!-- Favicon --> |
| 9 | + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
| 10 | + <link rel="icon" type="image/x-icon" href="/favicon.ico" /> |
| 11 | + <link rel="icon" type="image/png" sizes="32x32" href="/logo_light.jpg" /> |
| 12 | + <link rel="icon" type="image/png" sizes="16x16" href="/logo_light.jpg" /> |
| 13 | + <link rel="apple-touch-icon" sizes="180x180" href="/logo_light.jpg" /> |
| 14 | + <link rel="manifest" href="/site.webmanifest" /> |
7 | 15 | <meta name="description" content="Ultra-fast, scalable MQTT broker designed for modern applications. Handle millions of messages per second with minimal latency and maximum reliability." /> |
8 | 16 | <meta name="author" content="FluxMQ" /> |
9 | 17 | <meta name="keywords" content="MQTT, message broker, message queue, IoT, real-time messaging, scalable, high-performance" /> |
10 | 18 |
|
11 | 19 | <meta property="og:title" content="FluxMQ - High-Performance MQTT Broker" /> |
12 | 20 | <meta property="og:description" content="Ultra-fast, scalable MQTT broker designed for modern applications. Handle millions of messages per second with minimal latency." /> |
13 | 21 | <meta property="og:type" content="website" /> |
14 | | - <meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> |
| 22 | + <meta property="og:image" content="/logo_light.jpg" /> |
| 23 | + <meta property="og:image:width" content="1200" /> |
| 24 | + <meta property="og:image:height" content="630" /> |
15 | 25 |
|
16 | 26 | <meta name="twitter:card" content="summary_large_image" /> |
17 | | - <meta name="twitter:site" content="@lovable_dev" /> |
18 | | - <meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> |
| 27 | + <meta name="twitter:site" content="@fluxmq" /> |
| 28 | + <meta name="twitter:image" content="/logo_light.jpg" /> |
19 | 29 | </head> |
20 | 30 |
|
21 | 31 | <body> |
|
0 commit comments