diff --git a/src/components/Search.astro b/src/components/Search.astro
index 3475e89..54232ae 100644
--- a/src/components/Search.astro
+++ b/src/components/Search.astro
@@ -1,4 +1,6 @@
---
+import KeyboardControls from 'astro-keyboard-controls';
+
export interface Props {
readonly id?: string;
readonly className?: string;
@@ -9,6 +11,8 @@ export interface Props {
const { id, className, query, uiOptions = {} } = Astro.props;
const bundlePath = `${import.meta.env.BASE_URL}pagefind/`;
---
+
+
@@ -32,6 +36,24 @@ function MobileCloseSearch() {
data-ui-options={JSON.stringify(uiOptions)}
>
+/
+
+