fix: trying to fix twitter image preview
This commit is contained in:
		
							parent
							
								
									7befcfd3c9
								
							
						
					
					
						commit
						1ff705bf64
					
				
					 1 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
					@ -18,13 +18,18 @@ export default {
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      { name: 'format-detection', content: 'telephone=no' },
 | 
					      { name: 'format-detection', content: 'telephone=no' },
 | 
				
			||||||
      { property: 'og:title', content: 'Faetale - Once Upon a Time' },
 | 
					      { property: 'og:title', content: 'Faetale - Once Upon a Time' },
 | 
				
			||||||
 | 
					      {
 | 
				
			||||||
 | 
					        property: 'og:description',
 | 
				
			||||||
 | 
					        content:
 | 
				
			||||||
 | 
					          "Queer tabletop roleplaying gaming content for GM's, players, and curious nerds!",
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
      { property: 'og:type', content: 'website' },
 | 
					      { property: 'og:type', content: 'website' },
 | 
				
			||||||
      { property: 'og:url', content: 'https://faetale.com/' },
 | 
					      { property: 'og:url', content: 'https://faetale.com/' },
 | 
				
			||||||
      { property: 'og:image', content: '/preview.jpg' },
 | 
					      { property: 'og:image', content: 'https://faetale.com/preview.jpg' },
 | 
				
			||||||
      { property: 'og:image:width', content: '1280' },
 | 
					      { property: 'og:image:width', content: '1280' },
 | 
				
			||||||
      { property: 'og:image:height', content: '640' },
 | 
					      { property: 'og:image:height', content: '640' },
 | 
				
			||||||
      { property: 'twitter:card', content: 'summary_large_image' },
 | 
					      { property: 'twitter:card', content: 'summary_large_image' },
 | 
				
			||||||
      { property: 'twitter:image', content: '/preview.jpg' },
 | 
					      { property: 'twitter:image', content: 'https://faetale.com/preview.jpg' },
 | 
				
			||||||
      { property: 'twitter:site', content: '@FaetaleTTRPG' },
 | 
					      { property: 'twitter:site', content: '@FaetaleTTRPG' },
 | 
				
			||||||
      { property: 'theme-color', content: '#ffffff' },
 | 
					      { property: 'theme-color', content: '#ffffff' },
 | 
				
			||||||
      { property: 'msapplication-TileColor', content: '#ffffff' },
 | 
					      { property: 'msapplication-TileColor', content: '#ffffff' },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue