generated from Fascinated/nextjs-13-template-with-tailwindcss
change default avatar
All checks were successful
Publish Docker Image / docker (push) Successful in 1m54s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m54s
This commit is contained in:
parent
7c4f8c799c
commit
a5789be6bd
@ -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
|
"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
|
"avatar": "https://cdn.fascinated.cc/KWprz2.jpg", // The avatar that is shown at the top of the site
|
||||||
// or use a local image
|
// or use a local image
|
||||||
"avatar": "/avatar.png",
|
"avatar": "/avatar.webp",
|
||||||
"background": {
|
"background": {
|
||||||
// If you want to use a custom (not dark) background
|
// If you want to use a custom (not dark) background
|
||||||
"showBackground": true, // Whether it is enabled or not
|
"showBackground": true, // Whether it is enabled or not
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"configVersion": "0.1.2",
|
"configVersion": "0.1.2",
|
||||||
"name": "Your Name",
|
"name": "Your Name",
|
||||||
"description": "A description about yourself",
|
"description": "A description about yourself",
|
||||||
"avatar": "/avatar.png",
|
"avatar": "/avatar.webp",
|
||||||
"background": {
|
"background": {
|
||||||
"showBackground": true,
|
"showBackground": true,
|
||||||
"blur": true,
|
"blur": true,
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 161 KiB |
BIN
public/avatar.webp
Normal file
BIN
public/avatar.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue
Block a user