diff --git a/.lighthouserc.json b/.lighthouserc.json new file mode 100644 index 0000000..3a1faa6 --- /dev/null +++ b/.lighthouserc.json @@ -0,0 +1,18 @@ +{ + "ci": { + "collect": { + "url": ["http://localhost:4173/cv/"], + "numberOfRuns": 3 + }, + "assert": { + "assertions": { + "categories:performance": ["error", { "minScore": 0.8 }], + "categories:accessibility": ["warn", { "minScore": 0.9 }], + "categories:best-practices": ["warn", { "minScore": 0.9 }] + } + }, + "upload": { + "target": "temporary-public-storage" + } + } +}