mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-17 07:26:46 +00:00
fukasawa-seo
This commit is contained in:
@@ -6,7 +6,7 @@ import BLOG from '@/blog.config'
|
||||
* 2. UnPlash 图片可以通过api q=50 控制压缩质量 width=400 控制图片尺寸
|
||||
* @param {*} image
|
||||
*/
|
||||
const compressImage = (image, width = 400) => {
|
||||
const compressImage = (image, width = 300) => {
|
||||
if (!image) {
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user