From 787de92c2fd775396ae0231a2bc5030bca9813dd Mon Sep 17 00:00:00 2001 From: danominium <37584143+danominium@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:04:39 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20bannerUrl=20=E3=81=8C=E7=A9=BA?= =?UTF-8?q?=E3=81=AE=E5=A0=B4=E5=90=88=E3=81=AB=20/about=20=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=A7=20/null=20=E3=81=B8=E3=81=AE?= =?UTF-8?q?=E3=82=A2=E3=82=AF=E3=82=BB=E3=82=B9=E3=81=8C=E7=99=BA=E7=94=9F?= =?UTF-8?q?=E3=81=99=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=20(#17299)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(frontend): bannerUrl が空の場合に /about ページで /null へのリクエストが発生する問題を修正 bannerUrl が空の場合は 背景画像を設定しない。 about.overview.vue の background-image: url("null"); によって /null へのリクエストが発生してしまうため。 --- packages/frontend/src/pages/about.overview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/pages/about.overview.vue b/packages/frontend/src/pages/about.overview.vue index 32296de3a4..e35d66cad3 100644 --- a/packages/frontend/src/pages/about.overview.vue +++ b/packages/frontend/src/pages/about.overview.vue @@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only