feat: add custom banner to status page (#4)

This commit is contained in:
2026-04-12 19:38:16 +02:00
committed by GitHub
parent a3acea4d35
commit 81cf70cbe3
5 changed files with 92 additions and 10 deletions

View File

@@ -89,6 +89,8 @@ export type Env = {
STATUS_PUBLIC?: string;
REGIONAL_CHECKER_DO?: DurableObjectNamespace;
ASSETS?: Fetcher;
STATUS_BANNER_URL?: string;
STATUS_BANNER_LINK?: string;
};
// Status API response types (consumed by Pages project via service binding)