9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2026-01-03 14:12:18 +00:00

editor: support page icon

This commit is contained in:
Anthony Donlon
2025-12-17 01:21:43 +08:00
parent 245f5b1f6d
commit eb0d5a7d55
7 changed files with 71 additions and 49 deletions

View File

@@ -7,6 +7,12 @@ SHARE_LINK_DIGITS = 7
# Use short share url (without '/s' path)
SHORT_SHARE_URL = false
# Icon URL for rendered pages
PAGE_ICON_URL = ''
# MIME type of page icon
PAGE_ICON_TYPE = 'image/png'
# Set to true if trust X-Forwarded-For/X-Forwarded-Proto header
BEHIND_PROXY = true