Skip to content

Commit caf1c37

Browse files
committed
Typescript is love
1 parent 864b8e1 commit caf1c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shipixen/app/seo.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ interface PageSEOProps {
66
description?: string;
77
image?: string;
88
canonical?: string;
9+
alternates?: {
10+
canonical?: string;
11+
types?: Record<string, string>;
12+
};
913
}
1014

1115
export function genPageMetadata({

0 commit comments

Comments
 (0)