Skip to content

Commit 8b9353a

Browse files
committed
fix images
1 parent bb95e0d commit 8b9353a

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/templates/index.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
1212
<meta property="og:title" content="%(title)s" />
1313
<meta property="og:type" content="website" />
14-
<meta property="og:image" content="https://greggman.github.io/webgpu-utils/resources/images/twgljs.png" />
14+
<meta property="og:image" content="https://greggman.github.io/webgpu-utils/resources/images/webgpu-utils.png" />
1515
<meta property="og:description" content="webgpu-utils, a WebGPU helper library" />
1616
<meta property="og:url" content="https://greggman.github.io/webgpu-utils/" />
1717

1818
<meta name="twitter:card" content="summary_large_image">
1919
<meta name="twitter:site" content="@greggman">
2020
<meta name="twitter:creator" content="@greggman">
21-
<meta name="twitter:domain" content="twgljs.org">
22-
<meta name="twitter:title" content="TWGL.js">
21+
<meta name="twitter:domain" content="greggman.github.io">
22+
<meta name="twitter:title" content="webgpu-utils">
2323
<meta name="twitter:url" content="https://greggman.github.io/webgpu-utils/">
2424
<meta name="twitter:description" content="webgpu-utils, a WebGPU helper library">
25-
<meta name="twitter:image:src" content="https://greggman.github.io/webgpu-utils/resources/images/twgljs.png">
25+
<meta name="twitter:image:src" content="https://greggman.github.io/webgpu-utils/resources/images/webgpu-utils.png">
2626

2727

2828
<title>%(title)s</title>

resources/images/twgljs-icon.png

-4.04 KB
Binary file not shown.

resources/images/twgljs.png

-497 KB
Binary file not shown.
4.71 KB
Loading

resources/images/webgpu-utils.png

658 KB
Loading

0 commit comments

Comments
 (0)