Skip to content

Commit

Permalink
perf(404): add image size
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Dec 3, 2019
1 parent e6b3372 commit 6630c5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/error/404.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<template>
<div>
<img
sizes="100vw"
alt=""
class="error__img img-fluid"
src="https://res.cloudinary.com/pocketpasta/image/upload/c_fit,dpr_auto,g_auto,w_auto,f_auto,q_auto:low/v1575402067/anna-pascale-GoqEgxAgQw0-unsplash_qq2jte.jpg"
src="https://res.cloudinary.com/pocketpasta/image/upload/c_scale,dpr_auto,g_auto,w_auto,f_auto,q_auto:low/v1575402067/anna-pascale-GoqEgxAgQw0-unsplash_qq2jte.jpg"
/>
<div id="message" class="card bg-light card-body">
<h2>404</h2>
Expand Down

1 comment on commit 6630c5b

@vercel
Copy link

@vercel vercel bot commented on 6630c5b Dec 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.