Statik Varlıklar (Static Assets)
// Avatar.js
import Image from "next/image";
export function Avatar() {
return <Image src="/me.png" alt="me" width="64" height="64" />;
}Last updated
// Avatar.js
import Image from "next/image";
export function Avatar() {
return <Image src="/me.png" alt="me" width="64" height="64" />;
}Last updated