Skip to content

Commit

Permalink
feat: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sajal2692 committed Jan 27, 2024
1 parent b829884 commit 2d88157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type socialIcons from "@assets/socialIcons";

export type Site = {
website: string;
githubRepoName: string;
githubRepoName?: string;
author: string;
desc: string;
title: string;
Expand Down

0 comments on commit 2d88157

Please sign in to comment.