diff options
author | Anthony Wang | 2022-02-01 09:07:36 -0600 |
---|---|---|
committer | Anthony Wang | 2022-02-01 09:07:36 -0600 |
commit | cefe1a92f33bafa2228ca5b4717e18bfe26abaaf (patch) | |
tree | 094f093769fdf037bf8c378b6655d6800324edc5 /config.toml | |
parent | 4832f794d688acfcb5cb31cb343c2ee407ad94b3 (diff) |
Temporarily use non-animated dodecahedron to save bandwidth
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 a90cbe2..6987742 100644 --- a/config.toml +++ b/config.toml @@ -42,7 +42,7 @@ theme = 'gokarna' weight = 6 [params] - avatarURL = '/dodecahedra/render-tiny.webp' + avatarURL = '/dodecahedra/render-cropped.webp' avatarSize = 'size-xl' description = 'Hello! I’m Anthony Wang, a programming, math, and science enthusiast!' accentColor = '#00dd42' |