diff options
author | Anthony Wang | 2022-02-01 11:57:50 -0600 |
---|---|---|
committer | Anthony Wang | 2022-02-01 11:57:50 -0600 |
commit | 27507512af4a26d56e426784c443e55b3b1d3d43 (patch) | |
tree | 73ff113603b097c613482eb94847989b7410fb32 /config.toml | |
parent | cefe1a92f33bafa2228ca5b4717e18bfe26abaaf (diff) |
Use webp for animated logo
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 6987742..3c2d778 100644 --- a/config.toml +++ b/config.toml @@ -42,7 +42,7 @@ theme = 'gokarna' weight = 6 [params] - avatarURL = '/dodecahedra/render-cropped.webp' + avatarURL = '/dodecahedra/render-ultra.webp' avatarSize = 'size-xl' description = 'Hello! I’m Anthony Wang, a programming, math, and science enthusiast!' accentColor = '#00dd42' |