Skip to content

Commit 2a16bce

Browse files
authored
Merge pull request #337 from gitroomhq/feat/fix-variables
fix storage provider
2 parents dec4763 + 2aaac86 commit 2a16bce

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)