File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11---
22import Layout from " @/layouts/Layout.astro" ;
33import { Image } from " astro:assets" ;
4- import NotFoundImage from " @/assets/images/404.webp " ;
4+ import NotFoundImage from " @/assets/images/404.png " ;
55---
66
77<Layout title =" 404 - Page Not Found" keywords ={ [" 404" ]} description =" The page you are looking for does not exist." canonical =" /404" >
88 <section id =" message" class =" mt-20 text-center" >
9- <Image src ={ NotFoundImage } alt ={ " Not Found Image" } class =" max-h-32 place-self-center lg:max-h-none lg:max-w-[18rem ]" />
9+ <Image src ={ NotFoundImage } alt ={ " Not Found Image" } class =" max-h-32 place-self-center lg:max-h-none lg:max-w-[12rem ]" />
1010 <h2 class =" text-4xl leading-normal font-medium lg:text-5xl lg:leading-normal" >404</h2 >
1111 <p class =" mt-4 text-xl" >
1212 Page not found. Check the URL or return to <a href =" /" class =" text-gray-700 underline dark:text-gray-400" >home</a >.
You can’t perform that action at this time.
0 commit comments