Skip to content

Commit b157951

Browse files
committed
fix: set preview as optional field
1 parent 987e544 commit b157951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export type PluginOptions = {
6262
}) => string,
6363

6464

65-
// preview: {
65+
preview?: {
6666

6767
/**
6868
* Maximum width of the preview image

0 commit comments

Comments
 (0)