UNPKG

@nadeshikon/plugin-nextjs

Version:
11 lines (10 loc) 261 B
export default async function Head() { return ( <> <script async src="/hello1.js" /> <script async src="/hello2.js" /> <title>hello from blog layout</title> <meta name="description" content="a neat blog" /> </> ) }