Skip to content

Commit b5cf395

Browse files
sbryngelsonclaude
andcommitted
Fix og:image to use existing banner.png asset
logo2.png does not exist in docs/res/, causing broken social previews. Use banner.png which is a known-good asset. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 872cbbd commit b5cf395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<meta name="keywords" content="exascale, fluid dynamics, cfd, computational fluid dynamics, compressible, hpc, bryngelson, colonius, subgrid, multiphase, frontier, summit, el capitan, aurora, amd gpu, gpu, nvidia, gordon bell"/>
2020
<meta property="og:title" content="MFC - Exascale Multiphase Flow Solver" />
2121
<meta property="og:description" content="Open-source exascale multiphase flow solver. 2025 Gordon Bell Prize Finalist. Scales to 200+ trillion grid points on 43,000+ GPUs." />
22-
<meta property="og:image" content="https://mflowcode.github.io/res/logo2.png" />
22+
<meta property="og:image" content="https://mflowcode.github.io/res/banner.png" />
2323
<meta property="og:url" content="https://mflowcode.github.io" />
2424
<meta property="og:type" content="website" />
2525
<meta name="twitter:card" content="summary_large_image" />

0 commit comments

Comments
 (0)