fix: added title to BlogEntry interface

This commit is contained in:
2025-09-30 17:54:06 +02:00
parent 4702e5bf89
commit f4cf74cee9

View File

@@ -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;