From d7926cce170a0e8c173fc1d7fdbae59ff4a027ac Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 18 Nov 2020 00:44:47 +0700 Subject: [PATCH] Update image sizes --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c411557..a03f663 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yuika", "description": "nanao.moe's blog theme", - "version": "2.5.1", + "version": "2.5.2", "engines": { "ghost-api": "v3" }, @@ -28,7 +28,10 @@ "width": 1000 }, "xl": { - "width": 2000 + "width": 1600 + } + "xxl": { + "width": 1920 } } },