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 }) => ( +