diff --git a/src/components/CommandPalette.astro b/src/components/CommandPalette.astro index e5c35881..55e789e5 100644 --- a/src/components/CommandPalette.astro +++ b/src/components/CommandPalette.astro @@ -2,10 +2,6 @@ import { Icon } from "astro-icon/components"; import type { AstroModule, ProjectMetadata } from "../pages/index.astro"; -type Props = {}; - -const {} = Astro.props; - const options = [{ name: "home", location: "/" }]; options.push({ name: "GitHub", @@ -31,195 +27,183 @@ Object.values(import.meta.glob("../pages/projects/*.astro", { eager ---