From 72a2ba19f536e72bce7071ca037cee85134095a0 Mon Sep 17 00:00:00 2001 From: slaveeks Date: Mon, 6 Mar 2023 14:32:37 +0300 Subject: [PATCH 1/2] Added codex-surveys --- .env.sample | 6 +++++ app.vue | 5 ++++ components/Surveys.vue | 56 ++++++++++++++++++++++++++++++++++++++++++ package.json | 1 + yarn.lock | 8 ++++++ 5 files changed, 76 insertions(+) create mode 100644 components/Surveys.vue diff --git a/.env.sample b/.env.sample index 46fb30a..0a6cabc 100644 --- a/.env.sample +++ b/.env.sample @@ -6,3 +6,9 @@ YANDEX_METRIKA_ID= # App base URL BASE_URL="https://editorjs.io" + +# Notion database id +NOTION_DATABASE_ID= + +# Notion client secret +NOTION_CLIENT_SECRET= diff --git a/app.vue b/app.vue index 3c744c3..c6da1c1 100644 --- a/app.vue +++ b/app.vue @@ -35,9 +35,13 @@ + + +