UNPKG

@nadeshikon/plugin-nextjs

Version:
10 lines (9 loc) 215 B
export default async function Head() { return ( <> <script async src="/hello.js" /> <title>hello from index</title> <meta name="description" content="an index page" /> </> ) }