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

edge

Picture of the author in edge runtime ) } export default About