Remix - Performance
You wrote this Remix code but the image does not appear:
What is the error and how to fix it?
import { Image } from '@remix-run/react';
export default function Logo() {
return <Image source='/logo.svg' alt='Logo' />;
}What is the error and how to fix it?
