feat: polotno

This commit is contained in:
Nevo David 2024-09-04 23:46:13 +07:00
parent 478829b44c
commit 395fe38b61
2 changed files with 3 additions and 2 deletions

View File

@ -45,4 +45,5 @@ PINTEREST_CLIENT_ID=""
PINTEREST_CLIENT_SECRET=""
DRIBBBLE_CLIENT_ID=""
DRIBBBLE_CLIENT_SECRET=""
IS_GENERAL="true"
IS_GENERAL="true"
NEXT_PUBLIC_POLOTNO="Polotno key for the gallery"

View File

@ -19,7 +19,7 @@ import { PictureGeneratorSection } from '@gitroom/frontend/components/launches/p
import { useUser } from '@gitroom/frontend/components/layout/user.context';
const store = createStore({
key: 'Aqml_02mqf6YTKC0jYZ8',
key: process.env.NEXT_PUBLIC_POLOTNO!,
showCredit: false,
});