Skip to content

Commit

Permalink
feat(gatsby-transform-url): ensure default sizes is returned from flu…
Browse files Browse the repository at this point in the history
…id mode
  • Loading branch information
frederickfogerty committed Jul 29, 2020
1 parent 12b5ce3 commit a031e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-transform-url/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type IGatsbyImageFluidData = {
aspectRatio?: number;
src: string;
srcSet: string;
// sizes: string;
sizes: string;
};

export type IImgixParams = { [k: string]: any };

0 comments on commit a031e67

Please sign in to comment.