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 543f387 commit fb862d3Copy full SHA for fb862d3
pages/p/ticket/[id].tsx
@@ -31,7 +31,6 @@ const TicketPage = ({
31
name="description"
32
content="Mi Ticket para la JSConf Chile. Obtén tu ticket acá!"
33
/>
34
-
35
<meta
36
property="og:url"
37
content={`https://jsconf.cl/p/ticket/${cleanedId}`}
@@ -46,6 +45,7 @@ const TicketPage = ({
46
45
47
48
+ name="image"
49
property="og:image"
50
content={`${ticketApiUrl}/ticket/image/${ticket.ticketId}`}
51
0 commit comments