Skip to content

Commit 2aaac86

Browse files
author
Nevo David
committed
feat: fix storage provider
1 parent c9af762 commit 2aaac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
2525
</head>
2626
<body className={clsx(chakra.className, 'text-primary dark')}>
2727
<VariableContextComponent
28-
storageProvider={process.env.NEXT_PUBLIC_STORAGE_PROVIDER! as 'local' | 'cloudflare'}
28+
storageProvider={process.env.STORAGE_PROVIDER! as 'local' | 'cloudflare'}
2929
backendUrl={process.env.NEXT_PUBLIC_BACKEND_URL!}
3030
plontoKey={process.env.NEXT_PUBLIC_POLOTNO!}
3131
billingEnabled={!!process.env.STRIPE_PUBLISHABLE_KEY}

0 commit comments

Comments
 (0)