mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-21 17:06:52 +01:00
Use webp over png and lazy load images (#314)
* use webp and lazy load images * fix hero * update app_diff * fix app_diff * fix head * remove async decoding
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineConfig({
|
||||
customCss: ['./src/styles/tailwind.css'],
|
||||
description: 'Documentation for your SaaS.',
|
||||
logo: {
|
||||
src: '/src/assets/logo.png',
|
||||
src: '/src/assets/logo.webp',
|
||||
alt: 'Your SaaS',
|
||||
},
|
||||
head: [
|
||||
|
||||
Reference in New Issue
Block a user