Skip to content

Commit 610b000

Browse files
Add missing comma
1 parent 5d59565 commit 610b000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Head elements such as `<title>`, `<meta>`, and `<style>` can be configured with
235235
"x0": {
236236
"title": "My Site",
237237
"meta": [
238-
{ "name": "twitter:card", "content": "summary" }
238+
{ "name": "twitter:card", "content": "summary" },
239239
{ "name": "twitter:image", "content": "kitten.png" }
240240
],
241241
"links": [

0 commit comments

Comments
 (0)