We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0c3cf commit 8784bfeCopy full SHA for 8784bfe
apps/dashboard/src/layouts/Layout.astro
@@ -17,7 +17,7 @@ import { CF_PAGES_COMMIT_SHA } from "astro:env/client"
17
<body>
18
<nav>
19
<span>@smc/dashboard</span>
20
- <code>{CF_PAGES_COMMIT_SHA}</code>
+ <code>{CF_PAGES_COMMIT_SHA.substring(0, 7)}</code>
21
<ul>
22
<li>
23
<a href="/">home</a>
0 commit comments