From d8630c6f159906ac5c2762663f814d1001c9a705 Mon Sep 17 00:00:00 2001 From: Victoria Nduka <122698422+nwanduka@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:24:58 +0100 Subject: [PATCH] Create lighthouserc.js --- lighthouserc.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lighthouserc.js diff --git a/lighthouserc.js b/lighthouserc.js new file mode 100644 index 000000000..8f0107ec0 --- /dev/null +++ b/lighthouserc.js @@ -0,0 +1,10 @@ +module.exports = { + ci: { + collect: { + staticDistDir: './', + }, + upload: { + target: 'temporary-public-storage', + }, + }, +};