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..af185d6 100644 --- a/app.vue +++ b/app.vue @@ -35,9 +35,11 @@ +