fix: added title to BlogEntry interface
This commit is contained in:
@@ -2,7 +2,7 @@ import type { SvelteComponent } from 'svelte';
|
||||
import type { MDsveXComponent } from '$lib/types';
|
||||
|
||||
export interface BlogEntry {
|
||||
name: string;
|
||||
title: string;
|
||||
src: string;
|
||||
img: string;
|
||||
date: string;
|
||||
|
||||
Reference in New Issue
Block a user