From b2f20a343cba4bbd9dac94477c1006140ea4a674 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Tue, 1 Feb 2022 13:47:54 +0100 Subject: [PATCH] docs: bundle images for readme --- rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.js b/rollup.config.js index 5fcb394..d2cb342 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -8,6 +8,7 @@ import { distDirectory, name, sourceDirectory } from './tools/const.mjs'; const staticFiles = [ '.reuse', + 'img', 'lang', 'LICENSE.md', 'LICENSES',