We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933870f commit c2b6194Copy full SHA for c2b6194
Readme.md
@@ -20,8 +20,8 @@ The appsettings.json file has a lot of options to customize the content of the b
20
"LinkedInAccountUrl": "",
21
"Introduction": {
22
"Description": "Some nice text about yourself. Markup can be used [Github](https://github.com/someuser/somerepo)",
23
- "BackgroundUrl": "assets/profile-background.png",
24
- "ProfilePictureUrl": "assets/profile-picture.jfif"
+ "BackgroundUrl": "assets/profile-background.webp",
+ "ProfilePictureUrl": "assets/profile-picture.webp"
25
},
26
"ConnectionString": "",
27
"DatabaseName": "",
0 commit comments