Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
Showing only changes of commit af2762028b - Show all commits

View file

@ -1,12 +1,13 @@
export default {
site: 'http://localhost:8000',
ci: {
budget: {
'performance': 90,
'accessibility': 100,
'best-practices': 90,
'seo': 90,
},
buildStatic: true
}
}
site: 'http://localhost:8000',
ci: {
budget: {
performance: 90,
accessibility: 100,
'best-practices': 90,
seo: 90
},
buildStatic: true
},
urls: ['/', '/servers', '/services', '/about']
};