mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 08:35:10 +00:00
test with max_dpr = 2
This commit is contained in:
@@ -37,7 +37,7 @@ export type ImageResponsiveSize = {
|
||||
* Maximum device pixel ratio (DPR) to generate in srcSet.
|
||||
* Limit to 3 to align with routes/image.ts
|
||||
*/
|
||||
const MAX_DPR = 3;
|
||||
const MAX_DPR = 2;
|
||||
|
||||
interface ImageCommonProps {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user