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

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