File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 14
14
< meta property ="og:type " content ="website " />
15
15
< meta property ="og:url " content ="https://csmantle.top/ysyx-chip-area-visualizer/ " />
16
16
< meta property ="og:image " content ="/social-banner.svg " />
17
+ < meta property ="og:image:type " content ="image/svg+xml " />
17
18
< meta property ="og:image:width " content ="1280 " />
18
19
< meta property ="og:image:height " content ="640 " />
20
+ < meta property ="og:locale " content ="en_US " />
21
+ < meta property ="og:determiner " content ="the " />
22
+ < meta name ="twitter:card " content ="summary_large_image " />
23
+ < meta name ="twitter:site " content ="@CSMantle3 " />
24
+ < meta name ="twitter:title " content ="Y Chip Area Visualizer " />
25
+ < meta name ="twitter:image " content ="/social-banner.svg " />
26
+ < meta name ="twitter:image:alt " content ="CSharperMantle/ysyx-chip-area-visualizer: Visualize Yosys `stat` reports. " />
19
27
</ head >
20
28
< body >
21
29
< div id ="root "> </ div >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default defineConfig({
17
17
manifest : {
18
18
name : "Y Chip Area Visualizer" ,
19
19
short_name : "YChipAreaVis" ,
20
- description : "Visualizer for OSCPU/yosys-sta area reports" ,
20
+ description : "Visualize Yosys `stat` reports. " ,
21
21
theme_color : "#2196f3" ,
22
22
display : "standalone" ,
23
23
orientation : "landscape" ,
You can’t perform that action at this time.
0 commit comments