Skip to content

Commit 31c2e88

Browse files
Add alt for opengraph image
1 parent 3ae88de commit 31c2e88

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<meta property="og:image:type" content="image/svg+xml" />
1818
<meta property="og:image:width" content="1280" />
1919
<meta property="og:image:height" content="640" />
20+
<meta property="og:image:alt" content="CSharperMantle/ysyx-chip-area-visualizer: Visualize Yosys `stat` reports." />
2021
<meta property="og:locale" content="en_US" />
2122
<meta property="og:determiner" content="the" />
2223
<meta name="twitter:card" content="summary_large_image" />

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ysyx-chip-area-visualizer",
3-
"description": "Visualize Yosys `stat` reports",
3+
"description": "Visualize Yosys `stat` reports.",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"version": "0.1.0",
@@ -48,4 +48,4 @@
4848
"workbox-window": "^7.3.0"
4949
},
5050
"packageManager": "[email protected]"
51-
}
51+
}

0 commit comments

Comments
 (0)