Skip to content

Commit a7ac5a7

Browse files
committed
added metadata for preview
1 parent 0b1a53b commit a7ac5a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
return {
2929
// return data object
3030
number: val,
31-
title: "Binary Representation of " + val
31+
// preview metadata
32+
title: "Binary Representation of " + val,
33+
description: "Click on the switches to set the correct binary representation of " + val,
34+
imageUrl: "https://raw.githubusercontent.com/MicroContent/BinaryNumberContentViewer/8306856c7abc9999ea07316f79e78c0d2b6468a4/example.png"
3235
}
3336
}
3437

0 commit comments

Comments
 (0)