Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Dec 31, 2024
1 parent 18a3aa2 commit 66e516c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions downloader.config.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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,
],
Expand Down

0 comments on commit 66e516c

Please sign in to comment.