diff --git a/lighthouserc.js b/lighthouserc.js new file mode 100644 index 00000000..8f0107ec --- /dev/null +++ b/lighthouserc.js @@ -0,0 +1,10 @@ +module.exports = { + ci: { + collect: { + staticDistDir: './', + }, + upload: { + target: 'temporary-public-storage', + }, + }, +};