Skip to content

Commit e82f595

Browse files
fix: be RID of THAT JANK
1 parent cf344a9 commit e82f595

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

routes/[event]/submissions.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ export default async function Submissions(_req: Request, ctx: RouteContext) {
4848
property="og:description"
4949
content={`All submissions to ${event.name}.`}
5050
/>
51-
<meta
52-
property="og:image"
53-
content={"https://wsrv.nl/?url=" + event.images.background}
54-
/>
55-
<meta name="twitter:card" content="summary_large_image" />
5651
</Head>
5752
<div
5853
class="flex flex-col gap-4 mb-16"

0 commit comments

Comments
 (0)