From 70b40dc712531136e2428e282e547e6d00659d99 Mon Sep 17 00:00:00 2001 From: tomaioo Date: Mon, 11 May 2026 11:17:37 -0700 Subject: [PATCH] fix(api-explorer): minimal html with missing meta tags The API Explorer index.html lacks viewport meta tag for proper mobile rendering, no favicon, no lang attribute, and no accessibility features. Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com> --- packages/api-explorer/public/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/api-explorer/public/index.html b/packages/api-explorer/public/index.html index aa548caf9..4f5debd48 100644 --- a/packages/api-explorer/public/index.html +++ b/packages/api-explorer/public/index.html @@ -1,7 +1,8 @@ - + - + API Explorer +