From ff88168e636f58fdce2c100109cae737f72e097a Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:20:20 -0700 Subject: [PATCH] version bundled js --- src/html/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/html/layout.tsx b/src/html/layout.tsx index 2778bed..9ef2abd 100644 --- a/src/html/layout.tsx +++ b/src/html/layout.tsx @@ -1,4 +1,5 @@ import type { FC } from "hono/jsx" +import { GIT_SHA } from "../config" export const Layout: FC = async ({ children, title }) => ( @@ -12,7 +13,7 @@ export const Layout: FC = async ({ children, title }) => ( - +