Skip to content

Commit 223609b

Browse files
committed
feat: replace image
1 parent da0d8e9 commit 223609b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/assets/images/404.png

-106 KB
Binary file not shown.

src/pages/404.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import Layout from "@/layouts/Layout.astro";
33
import { Image } from "astro:assets";
4-
import NotFoundImage from "@/assets/images/404.png";
4+
import NotFoundImage from "@/assets/images/404.webp";
55
---
66

77
<Layout title="404 - Page Not Found" keywords={["404"]} description="The page you are looking for does not exist." canonical="/404">

0 commit comments

Comments
 (0)