change default avatar
All checks were successful
Publish Docker Image / docker (push) Successful in 1m54s

This commit is contained in:
Lee 2023-07-10 08:39:28 +01:00
parent 7c4f8c799c
commit a5789be6bd
4 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Simple Links is a lightweight alternative to Linktree and others.
"description": "A description about yourself", // The description you want to use
"avatar": "https://cdn.fascinated.cc/KWprz2.jpg", // The avatar that is shown at the top of the site
// or use a local image
"avatar": "/avatar.png",
"avatar": "/avatar.webp",
"background": {
// If you want to use a custom (not dark) background
"showBackground": true, // Whether it is enabled or not

View File

@ -2,7 +2,7 @@
"configVersion": "0.1.2",
"name": "Your Name",
"description": "A description about yourself",
"avatar": "/avatar.png",
"avatar": "/avatar.webp",
"background": {
"showBackground": true,
"blur": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

BIN
public/avatar.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB