mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
added command palette
woah!!! super cool
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user