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 d803868 commit 4fe2951Copy full SHA for 4fe2951
apps/frontend/src/app/(extension)/layout.tsx
@@ -41,6 +41,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
41
telegramBotName={process.env.TELEGRAM_BOT_NAME!}
42
neynarClientId={process.env.NEYNAR_CLIENT_ID!}
43
isSecured={!process.env.NOT_SECURED}
44
+ disableImageCompression={!!process.env.DISABLE_IMAGE_COMPRESSION}
45
>
46
<LayoutContext>
47
<UtmSaver />
0 commit comments