|
@ -18,7 +18,7 @@ export const Seo = withRouter( |
|
|
({ |
|
|
({ |
|
|
title, |
|
|
title, |
|
|
description = 'A JavaScript library for building user interfaces', |
|
|
description = 'A JavaScript library for building user interfaces', |
|
|
image = 'logo-og.png', |
|
|
image = '/logo-og.png', |
|
|
router, |
|
|
router, |
|
|
children, |
|
|
children, |
|
|
}: SeoProps & {router: Router}) => ( |
|
|
}: SeoProps & {router: Router}) => ( |
|
|