Skip to content

Commit 8c9c574

Browse files
#403 Custom Invoice Branding with Logo Upload FIXED (#551)
1 parent 3541cc6 commit 8c9c574

57 files changed

Lines changed: 3731 additions & 543 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ API_KEY_SIGNING_SECRET=replace-with-a-long-random-server-secret
77
NEXT_PUBLIC_VAPID_PUBLIC_KEY=replace-with-vapid-public-key
88
VAPID_PRIVATE_KEY=replace-with-vapid-private-key
99
VAPID_SUBJECT=mailto:support@example.com
10+
11+
# Optional: enables Vercel Blob CDN storage for branding logo uploads
12+
# (Settings → Branding). Without it, logos are stored in-process and served
13+
# from /api/settings/branding/logo/... with CDN-style immutable cache headers
14+
# (fine for local dev and CI).
15+
BLOB_READ_WRITE_TOKEN=

0 commit comments

Comments
 (0)