From 02d3f33f4d68d658bb8e61f7d4c6e2a80ad32eab Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 28 Aug 2023 23:17:48 +0200 Subject: [PATCH] updated staticFiles configuration --- package.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5b3da2d..f372129 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,14 @@ "parcel": "^2.8.3", "parcel-reporter-static-files-copy": "^1.5.0" }, - "staticFiles": { - "staticPath": "src/img" - }, + "staticFiles": [ + { + "staticPath": "src/img/zzz.png" + }, + { + "staticPath": "src/img/cross.png" + } + ], "scripts": { "start": "npx parcel serve src/index.html --public-url / --dist-dir dist", "prebuild": "rm -rf dist/",