'use client' import imported from '../../public/vercel.png' const url = new URL('../../public/vercel.png', import.meta.url).toString() export default function Index(props) { return (
Hello {imported.src}+{url}
) } export const runtime = 'edge'