Skip to content

Commit f984e03

Browse files
committed
fix(preview): make preview property optional
1 parent 0151fe1 commit f984e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface Project {
77
title: string;
88
image: ImageMetadata;
99
link: string;
10-
preview: string;
10+
preview?: string;
1111
description: string;
1212
}
1313

0 commit comments

Comments
 (0)