From a1c696aaf8224794adc1ec98d0cf4a0819325ba8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 24 Oct 2022 15:25:40 -0400 Subject: Hopefully fixed lighthouse --- .lighthouserc.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .lighthouserc.json (limited to '.lighthouserc.json') diff --git a/.lighthouserc.json b/.lighthouserc.json new file mode 100644 index 0000000..7e15975 --- /dev/null +++ b/.lighthouserc.json @@ -0,0 +1,6 @@ +{ + "staticDistDir": "out/", + "upload" : { + "target": "temporary-public-storage" + } +} -- cgit v1.2.3