소스 검색

[edit] card width

wenliming 3 년 전
부모
커밋
82583d4a70
1개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 9
      pages/index.vue

+ 1 - 9
pages/index.vue

@@ -259,15 +259,7 @@ export default {
 				{
 					name: 'twitter:image',
 					content: this.detail.postBizData.imagePath || ''
-				},
-				{
-					name: 'twitter:image:width',
-					content: '1280'
-				},
-				{
-					name: 'twitter:image:height',
-					content: '720'
-				},
+				}
 			]
 		}
 	},