Skip to content

Commit fc3b362

Browse files
authored
Remove og image default (#345)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent f566841 commit fc3b362

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/mint.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,10 @@
1313
"og:title": "Codegen - Manipulate Code at Scale",
1414
"og:description": "A scriptable interface to a powerful, multi-lingual language server built on top of Tree-sitter.",
1515
"og:url": "https://docs.codegen.com",
16-
"og:image": "https://i.imgur.com/ttPWzlG.jpeg",
1716
"og:locale": "en_US",
1817
"og:logo": "https://i.imgur.com/f4OVOqI.png",
1918
"article:publisher": "Codegen, Inc.",
20-
"twitter:title": "Codegen - Manipulate Code at Scale",
21-
"twitter:description": "A scriptable interface to a powerful, multi-lingual language server built on top of Tree-sitter.",
22-
"twitter:url": "https://docs.codegen.com",
23-
"twitter:image": "https://i.imgur.com/ttPWzlG.jpeg",
24-
"twitter:site": "@codegen"
19+
"twitter:site": "@codegen",
2520
},
2621
"favicon": "/favicon.svg",
2722
"colors": {

0 commit comments

Comments
 (0)