Auth: convert auth views and verification email to Nova layout
This commit is contained in:
@@ -4,7 +4,7 @@ This project serves avatars from the avatar CDN domain.
|
||||
|
||||
## Required env variables
|
||||
|
||||
- `AVATAR_CDN_URL=https://file.skinbase.org`
|
||||
- `AVATAR_CDN_URL=https://files.skinbase.org`
|
||||
- `AVATAR_DISK=s3` (production)
|
||||
- `AVATAR_WEBP_QUALITY=85`
|
||||
|
||||
@@ -12,7 +12,7 @@ This project serves avatars from the avatar CDN domain.
|
||||
|
||||
Avatars are rendered via:
|
||||
|
||||
- `https://file.skinbase.org/avatars/{user_id}/{size}.webp?v={avatar_hash}`
|
||||
- `https://files.skinbase.org/avatars/{user_id}/{size}.webp?v={avatar_hash}`
|
||||
|
||||
Sizes generated server-side:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user