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.
2 parents dec4763 + 2aaac86 commit 2a16bceCopy full SHA for 2a16bce
apps/frontend/src/app/layout.tsx
@@ -25,7 +25,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
25
</head>
26
<body className={clsx(chakra.className, 'text-primary dark')}>
27
<VariableContextComponent
28
- storageProvider={process.env.NEXT_PUBLIC_STORAGE_PROVIDER! as 'local' | 'cloudflare'}
+ storageProvider={process.env.STORAGE_PROVIDER! as 'local' | 'cloudflare'}
29
backendUrl={process.env.NEXT_PUBLIC_BACKEND_URL!}
30
plontoKey={process.env.NEXT_PUBLIC_POLOTNO!}
31
billingEnabled={!!process.env.STRIPE_PUBLISHABLE_KEY}
0 commit comments