Skip to content

fix(frontend): bannerUrl が空の場合に /about ページで /null へのアクセスが発生する問題を修正#1

Open
danominium wants to merge 1 commit into
developfrom
fix-null-page-aceess-from-about-page
Open

fix(frontend): bannerUrl が空の場合に /about ページで /null へのアクセスが発生する問題を修正#1
danominium wants to merge 1 commit into
developfrom
fix-null-page-aceess-from-about-page

Conversation

@danominium

@danominium danominium commented Apr 10, 2026

Copy link
Copy Markdown
Owner

What

/about ページで bannerUrl が空の場合は 背景画像を設定しない。

Why

about.overview.vuebackground-image: url("null"); によって /null へのアクセスが発生してしまうため。

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

bannerUrl が空の場合は 背景画像を設定しない。

about.overview.vue の background-image: url("null"); によって /null へのリクエストが発生してしまうため。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant