mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
optimised banner image component to allow build time optimisations, removed unused images
This commit is contained in:
@@ -5,7 +5,7 @@ import { GrLineChart } from "react-icons/gr";
|
||||
import { HiUserGroup } from "react-icons/hi2";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
import bannerImage from "@/img/banner.jpeg";
|
||||
import bannerImage from "/public/banner.jpeg";
|
||||
import { Link } from "@/utils/routing";
|
||||
|
||||
export default function Home() {
|
||||
|
||||
Reference in New Issue
Block a user