mirror of
https://github.com/webstudio-is/webstudio.git
synced 2025-03-14 09:57:02 +00:00
fix: add favicon size to vercel config (#4739)
Favicon size was missing in vercel config which triggered INVALID_IMAGE_OPTIMIZE_REQUEST error.
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
"images": {
|
||||
"domains": [],
|
||||
"sizes": [
|
||||
16, 32, 48, 64, 96, 128, 256, 384, 640, 750, 828, 1080, 1200, 1920, 2048,
|
||||
3840
|
||||
16, 32, 48, 64, 96, 128, 144, 256, 384, 640, 750, 828, 1080, 1200, 1920,
|
||||
2048, 3840
|
||||
],
|
||||
"minimumCacheTTL": 60,
|
||||
"formats": ["image/webp", "image/avif"]
|
||||
|
@ -2,8 +2,8 @@
|
||||
"images": {
|
||||
"domains": [],
|
||||
"sizes": [
|
||||
16, 32, 48, 64, 96, 128, 256, 384, 640, 750, 828, 1080, 1200, 1920, 2048,
|
||||
3840
|
||||
16, 32, 48, 64, 96, 128, 144, 256, 384, 640, 750, 828, 1080, 1200, 1920,
|
||||
2048, 3840
|
||||
],
|
||||
"minimumCacheTTL": 60,
|
||||
"formats": ["image/webp", "image/avif"]
|
||||
|
@ -2,8 +2,8 @@
|
||||
"images": {
|
||||
"domains": [],
|
||||
"sizes": [
|
||||
16, 32, 48, 64, 96, 128, 256, 384, 640, 750, 828, 1080, 1200, 1920, 2048,
|
||||
3840
|
||||
16, 32, 48, 64, 96, 128, 144, 256, 384, 640, 750, 828, 1080, 1200, 1920,
|
||||
2048, 3840
|
||||
],
|
||||
"minimumCacheTTL": 60,
|
||||
"formats": ["image/webp", "image/avif"]
|
||||
|
Reference in New Issue
Block a user