main-site/unlighthouse.config.ts
Neshura fb8c4c4fd9
Some checks failed
Run Tests on Code / test (push) Has been cancelled
Add unlighthouse to Release + Pull Request Actions, Add Unlighthouse config file
2024-01-02 02:36:13 +01:00

12 lines
246 B
TypeScript

export default {
site: 'http://localhost:8000',
ci: {
budget: {
'performance': 90,
'accessibility': 100,
'best-practices': 90,
'seo': 90,
},
buildStatic: true
}
}