bg image webp

This commit is contained in:
Owen Rees
2023-11-26 19:50:57 +01:00
parent bddc801328
commit 95ae9eb13d
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { useTranslations } from "next-intl";
import Image from "next/image";
import bgImage from "@/img/map-bg.jpg";
import bgImage from "@/img/map-bg.webp";
import { Link } from "@/utils/navigation";
export default function Home() {