We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0d8e9 commit 223609bCopy full SHA for 223609b
src/assets/images/404.png
-106 KB
src/pages/404.astro
@@ -1,7 +1,7 @@
1
---
2
import Layout from "@/layouts/Layout.astro";
3
import { Image } from "astro:assets";
4
-import NotFoundImage from "@/assets/images/404.png";
+import NotFoundImage from "@/assets/images/404.webp";
5
6
7
<Layout title="404 - Page Not Found" keywords={["404"]} description="The page you are looking for does not exist." canonical="/404">
0 commit comments