We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5e49f commit 750b4b9Copy full SHA for 750b4b9
usehooks.com/src/pages/[hook].astro
@@ -5,6 +5,7 @@ import NavInternal from "../sections/NavInternal.astro";
5
import Footer from "../sections/Footer.astro";
6
import Install from "../components/Install.astro";
7
import HooksList from "../components/search/HooksList";
8
+import CountdownBanner from "../components/CountdownBanner.astro";
9
10
export async function getStaticPaths() {
11
const hooks = await getCollection("hooks");
@@ -45,6 +46,7 @@ const hooks = await getCollection("hooks").then((hooks) => {
45
46
description={tagline}
47
ogImage={ogImage}
48
>
49
+ <CountdownBanner />
50
<NavInternal />
51
<main>
52
<section>
0 commit comments