/** * All the shared stuff that goes into on `(blog)` routes, can be be imported by `head.tsx` files in the /app dir or wrapped in a component in the /pages dir. */ export default function BlogMeta() { return ( <> ) }