From ba8837fd23cb81808970bfe4099e23becf4d0d99 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 1 Jul 2026 07:26:37 +0000 Subject: [PATCH] fix(docs): inline the nav logo SVG so the header logo doesn't 404 The merged landing shipped the nav logo as ``, which rendered as a broken image in the site header. Inline the beam-V SVG directly in the nav title so it no longer depends on the asset path resolving. The favicon and README keep using the file. --- apps/docs/lib/layout.shared.tsx | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/apps/docs/lib/layout.shared.tsx b/apps/docs/lib/layout.shared.tsx index 62993ef..8fa106f 100644 --- a/apps/docs/lib/layout.shared.tsx +++ b/apps/docs/lib/layout.shared.tsx @@ -12,8 +12,27 @@ export function baseOptions(): BaseLayoutProps { nav: { title: ( - {/* eslint-disable-next-line @next/next/no-img-element */} - + Vision ),