From f3061495f2401128f3442af18e2b285a6f931cc7 Mon Sep 17 00:00:00 2001 From: Kulykov Date: Thu, 3 Jul 2025 15:19:38 +0300 Subject: [PATCH] Create config.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit пвке --- config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..71c9e92 --- /dev/null +++ b/config.js @@ -0,0 +1,9 @@ +module.exports = { + // Твой домен, если есть, иначе оставь пустым + domain: '', + + // ID твоей Notion страницы (из ссылки) + notionPageId: '225f59e81e4a8095b347e4e0c85150b5', + + // Другие настройки можно оставить как есть +}