fix(head): update open-graph width and height protocol per ogp (#1512)
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
		@@ -181,8 +181,6 @@ export default (() => {
 | 
				
			|||||||
          <>
 | 
					          <>
 | 
				
			||||||
            <meta property="og:image:width" content={fullOptions.width.toString()} />
 | 
					            <meta property="og:image:width" content={fullOptions.width.toString()} />
 | 
				
			||||||
            <meta property="og:image:height" content={fullOptions.height.toString()} />
 | 
					            <meta property="og:image:height" content={fullOptions.height.toString()} />
 | 
				
			||||||
            <meta property="og:width" content={fullOptions.width.toString()} />
 | 
					 | 
				
			||||||
            <meta property="og:height" content={fullOptions.height.toString()} />
 | 
					 | 
				
			||||||
          </>
 | 
					          </>
 | 
				
			||||||
        )}
 | 
					        )}
 | 
				
			||||||
        <meta property="og:image:url" content={ogImagePath} />
 | 
					        <meta property="og:image:url" content={ogImagePath} />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user