mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-04 06:49:49 +00:00 
			
		
		
		
	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: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} />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user