Skip to content

Commit f96a3f5

Browse files
committed
add new option
1 parent d2fe18e commit f96a3f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/adapter-vercel/index.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ type ImagesConfig = {
7676
formats?: ImageFormat[];
7777
dangerouslyAllowSVG?: boolean;
7878
contentSecurityPolicy?: string;
79-
};
80-
81-
type VercelConfig = {
82-
images: ImagesConfig;
79+
contentDispositionType?: string;
8380
};
8481

8582
export interface EdgeConfig {

0 commit comments

Comments
 (0)