From 7063737da8d6d707390e003d2f6d64edb0afbf0d Mon Sep 17 00:00:00 2001 From: Nexmoe <16796652+nexmoe@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:45:23 +0800 Subject: [PATCH] chore: image --- nuxt.config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index a772001..eabf2d7 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -107,11 +107,11 @@ export default defineNuxtConfig({ format: ['webp'], quality: 80, domains: [ - // 'p3-juejin.byteimg.com', - // 'sns-webpic-qc.xhscdn.com', - // 'cdn.dribbble.com', - // 'picx.zhimg.com', - // 'img.zcool.cn', + 'p3-juejin.byteimg.com', + 'sns-webpic-qc.xhscdn.com', + 'cdn.dribbble.com', + 'picx.zhimg.com', + 'img.zcool.cn', 'image.coolapk.com' ], },