Skip to content

Commit

Permalink
Typescript is love
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Dec 3, 2024
1 parent 864b8e1 commit caf1c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shipixen/app/seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ interface PageSEOProps {
description?: string;
image?: string;
canonical?: string;
alternates?: {
canonical?: string;
types?: Record<string, string>;
};
}

export function genPageMetadata({
Expand Down

0 comments on commit caf1c37

Please sign in to comment.