Skip to content

Commit

Permalink
feat: add responsive sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Sep 20, 2023
1 parent 6e6583b commit 14c01b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ assets:
quality: 75
responsive:
enabled: true
responsive:
widths: [768, 1024]
sizes:
default: 100vw
default: "(max-width: 608px) 768px, 1024px"
webp:
enabled: true

1 comment on commit 14c01b3

@vercel
Copy link

@vercel vercel bot commented on 14c01b3 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

the-butler – ./

the-butler-cecil.vercel.app
the-butler-git-master-cecil.vercel.app
the-butler.vercel.app
vercel.cecil.app

Please sign in to comment.