|
16 | 16 | <meta property="og:url" content="https://sceneview.github.io/claude-3d.html"> |
17 | 17 | <meta property="og:site_name" content="SceneView"> |
18 | 18 | <meta property="og:locale" content="en_US"> |
19 | | - <meta property="og:image" content="https://sceneview.github.io/og-image.svg"> |
| 19 | + <meta property="og:image" content="https://sceneview.github.io/og-image.png"> |
20 | 20 | <meta property="og:image:width" content="1200"> |
21 | 21 | <meta property="og:image:height" content="630"> |
22 | 22 | <meta property="og:image:alt" content="AI + 3D — Claude generating SceneView 3D content"> |
|
25 | 25 | <meta name="twitter:card" content="summary_large_image"> |
26 | 26 | <meta name="twitter:title" content="AI-Powered 3D — Claude + SceneView"> |
27 | 27 | <meta name="twitter:description" content="See how Claude Desktop generates interactive 3D content with SceneView MCP."> |
28 | | - <meta name="twitter:image" content="https://sceneview.github.io/og-image.svg"> |
| 28 | + <meta name="twitter:image" content="https://sceneview.github.io/og-image.png"> |
29 | 29 |
|
30 | 30 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
31 | 31 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
32 | 32 |
|
33 | 33 | <link rel="preload" href="styles.css" as="style"> |
34 | 34 | <link rel="preload" href="js/filament/filament.js" as="script"> |
35 | | - <link rel="preload" href="js/sceneview.js?v=3.5.2" as="script"> |
| 35 | + <link rel="preload" href="js/sceneview.js?v=3.6.0" as="script"> |
36 | 36 |
|
37 | 37 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"> |
38 | 38 | <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"> |
39 | 39 |
|
40 | 40 | <!-- Filament.js v1.70.1 WASM engine (required by SceneView Web) --> |
41 | 41 | <script src="js/filament/filament.js"></script> |
42 | 42 | <!-- SceneView Web library --> |
43 | | - <script src="js/sceneview.js?v=3.5.2"></script> |
| 43 | + <script src="js/sceneview.js?v=3.6.0"></script> |
44 | 44 |
|
45 | 45 | <link rel="icon" type="image/svg+xml" href="/favicon.svg"> |
46 | | - <link rel="apple-touch-icon" href="/apple-touch-icon.svg"> |
| 46 | + <link rel="icon" type="image/x-icon" href="/favicon.ico"> |
| 47 | + <link rel="apple-touch-icon" href="/apple-touch-icon.png"> |
47 | 48 | <link rel="stylesheet" href="styles.css"> |
48 | 49 |
|
49 | 50 | <style> |
|
0 commit comments