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';
|
import type { MDsveXComponent } from '$lib/types';
|
||||||
|
|
||||||
export interface BlogEntry {
|
export interface BlogEntry {
|
||||||
name: string;
|
title: string;
|
||||||
src: string;
|
src: string;
|
||||||
img: string;
|
img: string;
|
||||||
date: string;
|
date: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user