feat: optimize images

This commit is contained in:
Julian Tölle 2023-03-27 23:33:24 +02:00
parent f2fc2f962d
commit fbd5368b59
16 changed files with 516 additions and 57 deletions

View file

@ -12,6 +12,9 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter(),
// Only got one page, css is blocking FCP
inlineStyleThreshold: Infinity,
},
};