We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5453a6f commit 6754a67Copy full SHA for 6754a67
1 file changed
apps/site/app/[locale]/next-data/og/[category]/[title]/route.tsx
@@ -35,7 +35,14 @@ export const GET = async (_: Request, props: StaticParams) => {
35
36
return new ImageResponse(
37
<div tw="relative flex items-center justify-center bg-black w-[1200px] h-[600px]">
38
- <HexagonGrid style={{ background: gridBackground }} />
+ <HexagonGrid
39
+ style={{
40
+ background: gridBackground,
41
+ position: 'absolute',
42
+ width: '100%',
43
+ height: '100%',
44
+ }}
45
+ />
46
47
<div tw="absolute mx-auto flex max-w-xl flex-col text-center text-3xl font-semibold text-white">
48
<JsWhiteIcon width={71} height={80} tw="mx-auto" />
0 commit comments