import { useRouter } from 'next/router' export default () => (

category: {useRouter().query.slug?.join('/')}

)