mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: use webp compression on logo (#2756)
- Logo size reduced from 310 KB to 36 KB. - Point metadata image URL to local logo instead of remote
This commit is contained in:
@ -157,7 +157,7 @@ func getDefaultMetadata() *Metadata {
|
||||
return &Metadata{
|
||||
Title: "Memos",
|
||||
Description: "A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.",
|
||||
ImageURL: "https://www.usememos.com/logo.png",
|
||||
ImageURL: "/logo.webp",
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user