Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

feat(error-page): fix broken images #3332

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@
/>
</div>
<div class="cds--col-lg-8">
<nuxt-img
<img
class="error-page__img"
format="webp"
sizes="sm:300px md:650px lg:500px xl:750px"
:src="errorImgSrc"
alt="Playful illustration of a cat in a cardboard box"
/>
Expand Down