From c515b1b55507030129bf62ea72b529fe2892a3e4 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Fri, 25 Dec 2020 21:08:48 +0500 Subject: [PATCH] :wrench: Clean mount paths in WebMonetization module --- webmonetization/config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webmonetization/config.yaml b/webmonetization/config.yaml index 50b97bc..36bdfdc 100644 --- a/webmonetization/config.yaml +++ b/webmonetization/config.yaml @@ -4,9 +4,9 @@ module: extended: false min: "0.79.0" mounts: - - source: assets/monetization.js - target: assets/monetization.js - - source: layouts/partials/monetization.html - target: layouts/partials/monetization.html - - source: layouts/shortcodes/monetization.html - target: layouts/shortcodes/monetization.html \ No newline at end of file + - source: assets + target: assets + - source: layouts/partials + target: layouts/partials + - source: layouts/shortcodes + target: layouts/shortcodes \ No newline at end of file