Rewrite page in Svelte 5 #49
1 changed files with 12 additions and 11 deletions
|
@ -2,11 +2,12 @@ export default {
|
|||
site: 'http://localhost:8000',
|
||||
ci: {
|
||||
budget: {
|
||||
'performance': 90,
|
||||
'accessibility': 100,
|
||||
performance: 90,
|
||||
accessibility: 100,
|
||||
'best-practices': 90,
|
||||
'seo': 90,
|
||||
seo: 90
|
||||
},
|
||||
buildStatic: true
|
||||
}
|
||||
}
|
||||
},
|
||||
urls: ['/', '/servers', '/services', '/about']
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue