Skip to content

Commit 131ba26

Browse files
committed
feat: add 'profile' type to openGraph metadata options
1 parent 3fb561b commit 131ba26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type MetadataOptions = {
88
description?: string;
99
keywords?: string[];
1010
openGraph?: {
11-
type: 'website' | 'article' | 'dataset';
11+
type: 'website' | 'article' | 'dataset' | 'profile';
1212
locale: string;
1313
url: string;
1414
title: string;

0 commit comments

Comments
 (0)