UNPKG

@nadeshikon/plugin-nextjs

Version:
14 lines (12 loc) 223 B
import Link from 'next/link' export default function Page() { return ( <> <p id="page">blog about page</p> <Link href="/" id="to-index"> to / </Link> <br /> </> ) }