diff options
author | Anthony Wang | 2022-02-01 08:26:35 -0600 |
---|---|---|
committer | Anthony Wang | 2022-02-01 08:26:35 -0600 |
commit | 4832f794d688acfcb5cb31cb343c2ee407ad94b3 (patch) | |
tree | 64625ec9cc588573596f21d55c457a463e40a651 /config.toml | |
parent | f6d5607b0d5214f8928acd9ace959e312b1139ee (diff) |
Use webp images for animated dodecahedra
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 e3f012e..a90cbe2 100644 --- a/config.toml +++ b/config.toml @@ -42,7 +42,7 @@ theme = 'gokarna' weight = 6 [params] - avatarURL = '/dodecahedra/render-small.gif' + avatarURL = '/dodecahedra/render-tiny.webp' avatarSize = 'size-xl' description = 'Hello! I’m Anthony Wang, a programming, math, and science enthusiast!' accentColor = '#00dd42' |