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/",