added command palette

woah!!! super cool
This commit is contained in:
Oliver Bryan
2025-10-29 00:19:44 +00:00
parent 6bfc04f61c
commit 3738867038
4 changed files with 238 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import TimeSince from "../components/TimeSince.astro";
import { Icon } from "astro-icon/components";
interface ProjectMetadata {
export interface ProjectMetadata {
title: string;
description: string;
date: string;
@@ -16,7 +16,7 @@ interface ProjectMetadata {
type: string;
}
interface AstroModule {
export interface AstroModule {
metadata?: ProjectMetadata;
}