We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
contentDispositionType
1 parent 974138b commit 379de8bCopy full SHA for 379de8b
test/integration/next-image-new/app-dir-qualities/test/index.test.ts
@@ -94,7 +94,7 @@ function runTests(mode: 'dev' | 'server') {
94
expect(manifest).toEqual({
95
version: 1,
96
images: {
97
- contentDispositionType: 'attachment',
+ contentDispositionType: 'inline',
98
contentSecurityPolicy:
99
"script-src 'none'; frame-src 'none'; sandbox;",
100
dangerouslyAllowSVG: false,
0 commit comments