import Image from 'next/image' import LegacyImage from 'next/legacy/image' import profilePic from '../public/small.jpg' export const config = { runtime: 'experimental-edge', } function About() { return ( <>

My Homepage

Picture of the author

Welcome to my homepage!

) } export default About export function AboutFutureImage() { return }