mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-08 14:36:51 +02:00
* feat: Implement image proxying functionality in KIND20Card and QuickViewKind20NoteCard components * fix: Enhance image error handling in KIND20Card and QuickViewKind20NoteCard components * feat: Add imgproxy configuration instructions to README for image proxying support --------- Co-authored-by: highperfocused <highperfocused@pm.me>
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
NEXT_PUBLIC_SHOW_GEYSER_FUND=false
|
|
|
|
NEXT_PUBLIC_ENABLE_UMAMI=false
|
|
NEXT_PUBLIC_UMAMI_URL=https://your-umami-url.com
|
|
NEXT_PUBLIC_UMAMI_WEBSITE_ID=your-umami-website-id
|
|
|
|
NEXT_PUBLIC_ENABLE_IMGPROXY=false
|
|
NEXT_PUBLIC_IMGPROXY_URL=https://your-imgproxy-url.com |