feat: implement avatar caching and refactor obfuscation decoding

This commit is contained in:
Adrian Altner 2026-04-22 18:35:23 +02:00
parent 981c81a865
commit 285ff01303
6 changed files with 101 additions and 16 deletions

2
.gitignore vendored
View file

@ -2,6 +2,8 @@
dist/
# generated types
.astro/
# cached webmention avatars (populated at build time)
public/images/webmention/
# dependencies
node_modules/