diff --git a/.github/lighthouse/lighthouse-config.json b/.github/lighthouse/lighthouse-config.json new file mode 100644 index 000000000..fc47cda37 --- /dev/null +++ b/.github/lighthouse/lighthouse-config.json @@ -0,0 +1,9 @@ +{ + "ci": { + "collect": { + "settings": { + "preset": "desktop" + } + } + } +}