mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-07-12 22:22:20 +02: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({
|
||||
description: 'Open SaaS is a free, open-source, full-stack SaaS starter kit for React + NodeJS.',
|
||||
customCss: ['./src/styles/tailwind.css'],
|
||||
logo: {
|
||||
src: '/src/assets/logo.png',
|
||||
src: '/src/assets/logo.webp',
|
||||
alt: 'Open SaaS',
|
||||
},
|
||||
head: [
|
||||
|
Reference in New Issue
Block a user