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 a8ec4b0 commit d84767eCopy full SHA for d84767e
apps/frontend/src/app/layout.tsx
@@ -44,6 +44,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
44
isGeneral={!!process.env.IS_GENERAL}
45
uploadDirectory={process.env.NEXT_PUBLIC_UPLOAD_STATIC_DIRECTORY!}
46
tolt={process.env.NEXT_PUBLIC_TOLT!}
47
+ facebookPixel={process.env.NEXT_PUBLIC_FACEBOOK_PIXEL!}
48
>
49
<ToltScript />
50
<Plausible
0 commit comments