From 66e516c3761da95a163c4f228d4284dcd0d9dc3b Mon Sep 17 00:00:00 2001 From: Francisco Moretti Date: Tue, 31 Dec 2024 18:33:09 +0000 Subject: [PATCH] small fixes --- downloader.config.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/downloader.config.ts b/downloader.config.ts index 1fced5d..59655de 100644 --- a/downloader.config.ts +++ b/downloader.config.ts @@ -1,7 +1,4 @@ -/* This file is only used when testing docu-notion itself, not when it is used as a library. - E.g., if you run `npm run pull-test-tagged`, docu-notion will read this file and use it to configure itself, - using these example plugins. - */ import { +import { Config, IPlugin, NotionBlock, @@ -49,7 +46,7 @@ const config: Config = { }, plugins: [ // here we're adding a plugin that needs a parameter for customization - "video", + "standardVideoTransformer", // here's we're adding a plugin that doesn't take any customization dummyMarkdownModifier, ],