feat: implement avatar caching and refactor obfuscation decoding
This commit is contained in:
parent
981c81a865
commit
285ff01303
6 changed files with 101 additions and 16 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,6 +2,8 @@
|
|||
dist/
|
||||
# generated types
|
||||
.astro/
|
||||
# cached webmention avatars (populated at build time)
|
||||
public/images/webmention/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue