diff --git a/src/pages/bosblog/index.tsx b/src/pages/bosblog/index.tsx index 8ca281162..8d62e471d 100644 --- a/src/pages/bosblog/index.tsx +++ b/src/pages/bosblog/index.tsx @@ -12,6 +12,7 @@ const Blog: NextPageWithLayout = () => { const router = useRouter(); const accountId = router.query.accountId; const blockHeight = router.query.blockHeight; + const contributors = ['near', 'jacksonthedev.near']; if (accountId && blockHeight) { return ( @@ -37,6 +38,7 @@ const Blog: NextPageWithLayout = () => { description: 'The latest on the Near Ecosystem', }} componentProps={{ + contributors, requestAuthentication, }} />