feat: polotno
This commit is contained in:
parent
478829b44c
commit
395fe38b61
|
|
@ -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"
|
||||
|
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue