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:
Lincoln Nogueira
2024-01-14 11:21:03 -03:00
committed by GitHub
parent 98762be1e5
commit 089e04bcfd
9 changed files with 8 additions and 8 deletions

View File

@ -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",
}
}