From c40d29d6cb747a17200c82a55b09171c7fee1dd5 Mon Sep 17 00:00:00 2001 From: Daniel Miao Date: Mon, 12 Feb 2024 16:10:38 -0800 Subject: [PATCH] fix distribution directory setting for lighthouse --- lighthouserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouserc.json b/lighthouserc.json index 1ab1b55..c16463b 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -1,7 +1,7 @@ { "ci": { "collect": { - "staticDistDir": "dist" + "staticDistDir": "./dist" }, "upload": { "target": "temporary-public-storage"