We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f071e6 commit 8750ccfCopy full SHA for 8750ccf
pages/p/ticket/[id].tsx
@@ -25,7 +25,6 @@ const TicketPage = ({ ticket }: { ticket: PublicTicket }) => {
25
name="description"
26
content="Mi Ticket para la JSConf Chile. Obtén tu ticket acá!"
27
/>
28
-
29
<meta property="og:url" content="https://jsconf.cl/tickets" />
30
<meta property="og:type" content="website" />
31
<meta
@@ -37,6 +36,7 @@ const TicketPage = ({ ticket }: { ticket: PublicTicket }) => {
37
36
38
39
+ name="image"
40
property="og:image"
41
content={`${ticketApiUrl}/ticket/image/${ticket.ticketId}`}
42
0 commit comments