From 00c829dc1859829b8a453dd04cb0bdfb03a775f3 Mon Sep 17 00:00:00 2001 From: Tixie Date: Sun, 16 Feb 2020 18:57:26 +0100 Subject: [PATCH] fix static folder path in config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 136a8a1..d3a3fd0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "last 1 chrome versions" ], "staticFiles": { - "staticPath": "static", + "staticPath": "public", "watcherGlob": "**" } }